SERVER-102116 Bump s390x concurrency to 16x (#33430) (#33789)

GitOrigin-RevId: 4096895b22fcc8a90aabbfcfb1ced53894a4b231
This commit is contained in:
Zack Winter 2025-03-21 14:38:11 -07:00 committed by MongoDB Bot
parent 7435f68e0e
commit 4c0960b2cc
1 changed files with 1 additions and 1 deletions

View File

@ -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.