mirror of https://github.com/mongodb/mongo
GitOrigin-RevId: 4096895b22fcc8a90aabbfcfb1ced53894a4b231
This commit is contained in:
parent
7435f68e0e
commit
4c0960b2cc
|
|
@ -1496,7 +1496,7 @@ def generate(env: SCons.Environment.Environment) -> None:
|
|||
if normalized_arch == "s390x":
|
||||
# s390x systems don't have enough RAM to handle the default job count and will
|
||||
# OOM unless we reduce it.
|
||||
bazel_internal_flags.append("--jobs=3")
|
||||
bazel_internal_flags.append("--jobs=16")
|
||||
elif normalized_arch == "ppc64le":
|
||||
# ppc64le builds are OOMing with default concurrency, but it's not clear if it's
|
||||
# an issue with the bazel client itself or in the compiler.
|
||||
|
|
|
|||
Loading…
Reference in New Issue