Skip to content

Commit 9a5e9e7

Browse files
committed
use 0.25 as default db_bench zenfs_gc_ratio
Signed-off-by: Alex Chi <[email protected]>
1 parent 9f8c85f commit 9a5e9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/db_bench_tool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ DEFINE_bool(report_file_operations, false,
11721172
"if report number of file "
11731173
"operations");
11741174

1175-
DEFINE_double(zenfs_gc_ratio, 0.5,
1175+
DEFINE_double(zenfs_gc_ratio, 0.25,
11761176
"When ZenFS support is enabled, a full zone with more than "
11771177
"garbage of this ratio will be recycled. This options is "
11781178
"not recommended to be used with lazy compaction. At the "

0 commit comments

Comments
 (0)