mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-19130: Specify Oplog size for mongo-perf benchmarks running with oplog
This commit is contained in:
parent
2b3a5788be
commit
719e290c33
@ -166,7 +166,7 @@ buildvariants:
|
||||
compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release
|
||||
mongod_exec_wrapper: "numactl --physcpubind=4,5,6,7 -i 1"
|
||||
perf_exec_wrapper: "numactl --physcpubind=1,2,3 -i 0"
|
||||
mongod_flags: "--replSet=test --storageEngine=wiredTiger --logpath ./mongod.log --fork --syncdelay 0 --nojournal --setParameter ttlMonitorEnabled=false --wiredTigerCacheSizeGB 16"
|
||||
mongod_flags: "--replSet=test --storageEngine=wiredTiger --logpath ./mongod.log --fork --syncdelay 0 --nojournal --setParameter ttlMonitorEnabled=false --wiredTigerCacheSizeGB 16 --oplogSize 100000"
|
||||
|
||||
run_on:
|
||||
- "centos6-perf"
|
||||
|
Loading…
Reference in New Issue
Block a user