Skip to content

Commit f120375

Browse files
MB-50138 : Autofailover stress tests
Change-Id: I6ef5f91e753ce0883ac25748a3a6f7c255464115 Reviewed-on: https://review.couchbase.org/c/perfrunner/+/170737 Tested-by: Build Bot <[email protected]> Reviewed-by: vikas chaudhary <[email protected]>
1 parent f45839f commit f120375

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/gsi/plasma/secondary_scan50M_plasma_10k_indexes_1s_1000c_10buckets.test

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ mem_quota = 30000
1616
index_mem_quota = 460000
1717
initial_nodes = 6
1818
num_buckets = 10
19+
online_cores = 12
1920

2021
[compaction]
2122
db_percentage = 100
@@ -29,7 +30,7 @@ replica_index=0
2930
config = collections/10buckets_1scope_100collections_basic.json
3031

3132
[load]
32-
items = 50000000
33+
items = 5000000
3334
size = 1024
3435
workers = 100
3536
doc_gen = grouped
@@ -39,7 +40,7 @@ doc_groups = 1
3940
indexes = tests/gsi/index_defs/10bucket_1scope_100collections_10k_indexes_1.json
4041
cbindexperf_configfile = tests/gsi/scan_config/config_scanlatency_10k_indexes_1s_100c_10b.json
4142
indexer.settings.storage_mode = plasma
42-
indexer.settings.max_cpu_percent = 4800
43+
indexer.settings.max_cpu_percent = 1200
4344
indexer.settings.gc_percent = 200
4445
queryport.client.usePlanner = false
4546
queryport.client.log_level = Warn
@@ -51,6 +52,6 @@ cbindexperf_repeat = 2999
5152

5253
[access]
5354
updates = 100
54-
items = 50000000
55-
throughput = 10000
55+
items = 5000000
56+
throughput = 1000
5657
workers = 20

0 commit comments

Comments
 (0)