Skip to content

Commit 72a77b7

Browse files
mayeuthenryiii
authored andcommitted
Limit ppc64le parallelism a bit more
1 parent f92ea37 commit 72a77b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scikit-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ before_install:
5959
if platform.machine() in {"ppc64le"}:
6060
# the container sees all 16 threads but building with all of them
6161
# triggers the OoM killer due to RAM limitations
62-
os.environ["SETUP_MAKE_ARGS"] = "-j4"
62+
os.environ["SETUP_MAKE_ARGS"] = "-j2"
6363
else:
6464
os.environ["SETUP_MAKE_ARGS"] = "-j$(nproc)"
6565
ci.driver.Driver.save_env(os.environ)

0 commit comments

Comments
 (0)