File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ mem_quota = 30000
1616index_mem_quota = 460000
1717initial_nodes = 6
1818num_buckets = 10
19+ online_cores = 12
1920
2021[compaction]
2122db_percentage = 100
@@ -29,7 +30,7 @@ replica_index=0
2930config = collections/10buckets_1scope_100collections_basic.json
3031
3132[load]
32- items = 50000000
33+ items = 5000000
3334size = 1024
3435workers = 100
3536doc_gen = grouped
@@ -39,7 +40,7 @@ doc_groups = 1
3940indexes = tests/gsi/index_defs/10bucket_1scope_100collections_10k_indexes_1.json
4041cbindexperf_configfile = tests/gsi/scan_config/config_scanlatency_10k_indexes_1s_100c_10b.json
4142indexer.settings.storage_mode = plasma
42- indexer.settings.max_cpu_percent = 4800
43+ indexer.settings.max_cpu_percent = 1200
4344indexer.settings.gc_percent = 200
4445queryport.client.usePlanner = false
4546queryport.client.log_level = Warn
@@ -51,6 +52,6 @@ cbindexperf_repeat = 2999
5152
5253[access]
5354updates = 100
54- items = 50000000
55- throughput = 10000
55+ items = 5000000
56+ throughput = 1000
5657workers = 20
You can’t perform that action at this time.
0 commit comments