Skip to content

Commit 33cdc7f

Browse files
author
eng-spfresh-worker
committed
eng-spfresh: scale TiKV memory limits to fit sdr (125GB host) for 1M perf bench
1 parent d8f4171 commit 33cdc7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

evaluation/distributed/configs/tikv.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TiKV configuration for SPTAG distributed benchmarks
22
# From BENCHMARK_GUIDE_SCALE_COMPUTE.md Section 4.1
33

4-
memory-usage-limit = "300GB"
4+
memory-usage-limit = "80GB"
55

66
[server]
77
grpc-concurrency = 8
@@ -37,7 +37,7 @@ max-write-buffer-number = 5
3737
reserve-space = "1GB"
3838

3939
[storage.block-cache]
40-
capacity = "200GB"
40+
capacity = "40GB"
4141

4242
[coprocessor]
4343
region-max-size = "512MB"

0 commit comments

Comments
 (0)