We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7bc3e commit c5c7d1eCopy full SHA for c5c7d1e
src/config/ci-compaction-test.toml
@@ -6,3 +6,20 @@ max_heartbeat_interval_secs = 600
6
barrier_interval_ms = 250
7
in_flight_barrier_nums = 40
8
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