diff options
author | Mitch Wagner <dev@mitchwag.com> | 2022-08-16 20:14:14 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-08-16 21:54:58 +0000 |
commit | 3515965275712491cf3b31ce1c99ff7d3e04464d (patch) | |
tree | b83b055739297ca08669a989b66a61d213480b20 /etc/evergreen.yml | |
parent | 39e4b0c6ac51e8127c2afdaf7cc39742df6df5e1 (diff) | |
download | mongo-3515965275712491cf3b31ce1c99ff7d3e04464d.tar.gz |
SERVER-68798 Fix out of memory during compile_unittests on evergreen builds
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r-- | etc/evergreen.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 1dc73ad0e80..889083a2563 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -717,8 +717,8 @@ buildvariants: expansions: exe: ".exe" content_type: application/zip - compile_flags: --dbg=on --opt=on --win-version-min=win10 -j$(bc <<< "$(grep -c '^processor' /proc/cpuinfo) / 1.5") MONGO_DISTMOD=windows - num_scons_link_jobs_available: 0.25 + compile_flags: --dbg=on --opt=on --win-version-min=win10 -j$(bc <<< "$(grep -c '^processor' /proc/cpuinfo) / 1.8") MONGO_DISTMOD=windows + num_scons_link_jobs_available: 0.2 python: '/cygdrive/c/python/python37/python.exe' ext: zip scons_cache_scope: shared @@ -789,8 +789,8 @@ buildvariants: exe: ".exe" additional_package_targets: archive-mongocryptd archive-mongocryptd-debug msi archive-mh archive-mh-debug content_type: application/zip - compile_flags: --ssl MONGO_DISTMOD=windows CPPPATH="c:/sasl/include" LIBPATH="c:/sasl/lib" -j$(bc <<< "$(grep -c '^processor' /proc/cpuinfo) / 1.5") --win-version-min=win10 - num_scons_link_jobs_available: 0.25 + compile_flags: --ssl MONGO_DISTMOD=windows CPPPATH="c:/sasl/include" LIBPATH="c:/sasl/lib" -j$(bc <<< "$(grep -c '^processor' /proc/cpuinfo) / 1.8") --win-version-min=win10 + num_scons_link_jobs_available: 0.2 python: '/cygdrive/c/python/python37/python.exe' ext: zip scons_cache_scope: shared |