diff options
author | dalyd <david.daly@mongodb.com> | 2020-08-10 11:32:38 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-10 17:41:53 +0000 |
commit | 6a1dccc7c7f1048b6400e9d1740e3b8b3cbd90e7 (patch) | |
tree | e489a6d7ecf201cb773776a9537cf791e34758a6 /etc | |
parent | 79ad90cee37d361085ff42ea3b07287edf787896 (diff) | |
download | mongo-6a1dccc7c7f1048b6400e9d1740e3b8b3cbd90e7.tar.gz |
SERVER-50216 Adjust sys-perf frequencies
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/system_perf.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index c3765c30285..b6f0541dcb0 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -1162,7 +1162,7 @@ buildvariants: - name: linux-standalone display_name: Linux Standalone - batchtime: 2880 # 48 hours + batchtime: 1440 # 24 hours modules: *modules expansions: setup: standalone @@ -1323,7 +1323,7 @@ buildvariants: - name: linux-1-node-15gbwtcache display_name: Linux 1-Node ReplSet 15 GB WiredTiger Cache - batchtime: 2880 # 48 hours + batchtime: 14400 # 24 hours modules: *modules expansions: setup: single-replica-15gbwtcache @@ -1472,7 +1472,7 @@ buildvariants: - name: linux-3-node-replSet display_name: Linux 3-Node ReplSet - batchtime: 2880 # 48 hours + batchtime: 1440 # 24 hours modules: *modules expansions: setup: replica @@ -1604,7 +1604,7 @@ buildvariants: - name: linux-3-node-replSet-initialsync display_name: Linux 3-Node ReplSet Initial Sync - batchtime: 2880 # 48 hours + batchtime: 1440 # 48 hours modules: *modules expansions: setup: replica-2node |