We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29af1d1 commit d1fdba9Copy full SHA for d1fdba9
scikit-ci.yml
@@ -59,7 +59,7 @@ before_install:
59
if platform.machine() in {"ppc64le"}:
60
# the container sees all 16 threads but building with all of them
61
# triggers the OoM killer due to RAM limitations
62
- os.environ["SETUP_MAKE_ARGS"] = "-j4"
+ os.environ["SETUP_MAKE_ARGS"] = "-j2"
63
else:
64
os.environ["SETUP_MAKE_ARGS"] = "-j$(nproc)"
65
ci.driver.Driver.save_env(os.environ)
0 commit comments