Skip to content

Commit c5c7d1e

Browse files
authored
fix(ci): explicitly set config for compaction-test (#6838)
fix(ci): explicitly set config for compaction-test because default ones have been changed.
1 parent fd7bc3e commit c5c7d1e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/config/ci-compaction-test.toml

+17
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,20 @@ max_heartbeat_interval_secs = 600
66
barrier_interval_ms = 250
77
in_flight_barrier_nums = 40
88
checkpoint_frequency = 10
9+
10+
[storage]
11+
shared_buffer_capacity_mb = 4096
12+
sstable_size_mb = 256
13+
block_size_kb = 1024
14+
bloom_false_positive = 0.01
15+
data_directory = "hummock_001"
16+
block_cache_capacity_mb = 4096
17+
meta_cache_capacity_mb = 1024
18+
compactor_memory_limit_mb = 5120
19+
20+
[storage.file_cache]
21+
capacity_mb = 1024
22+
total_buffer_capacity_mb = 128
23+
cache_file_fallocate_unit_mb = 512
24+
cache_meta_fallocate_unit_mb = 16
25+
cache_file_max_write_size_mb = 4

0 commit comments

Comments
 (0)