diff options
author | dalyd <david.daly@mongodb.com> | 2018-03-15 09:17:37 -0400 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2018-03-20 08:59:13 -0400 |
commit | be85d6ca6905ec8d5215c5b25a41d73dd47696f6 (patch) | |
tree | 834501fc80fdbd94ffaf6ad23f2da359b9ff1ec4 /etc/perf.yml | |
parent | e0496b2fd2fd6938c9d0920df5ef1768cbbcc5db (diff) | |
download | mongo-be85d6ca6905ec8d5215c5b25a41d73dd47696f6.tar.gz |
SERVER-33848: Update compile flags for sys-perf and performance projects
Diffstat (limited to 'etc/perf.yml')
-rw-r--r-- | etc/perf.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 7db8773ba60..6886a7c56a4 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -465,7 +465,10 @@ buildvariants: modules: - enterprise expansions: - compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/v2/bin/gcc CXX=/opt/mongodbtoolchain/v2/bin/g++ OBJCOPY=/opt/mongodbtoolchain/v2/bin/objcopy --ssl + # We are explicitly tracking the rhel62 variant compile options from evergreen.yml for + # microbenchmarks, since they run on the centos6 boxes. If we can get proper artifacts directly + # from that project, we should do that and remove the compile tasks. + compile_flags: --ssl MONGO_DISTMOD=rhel62 -j$(grep -c ^processor /proc/cpuinfo) --release --variables-files=etc/scons/mongodbtoolchain_gcc.vars mongod_exec_wrapper: &exec_wrapper "numactl --physcpubind=4,5,6,7 -i 1" perf_exec_wrapper: &perf_wrapper "numactl --physcpubind=1,2,3 -i 0" mongod_flags: "--storageEngine=inMemory --logpath ./mongod.log --fork --syncdelay 0 --setParameter ttlMonitorEnabled=false --setParameter diagnosticDataCollectionEnabled=false --inMemoryEngineConfigString 'eviction=(threads_min=1),' --inMemorySizeGB 60 --auth --networkMessageCompressors=noop" |