32M journal by default in simple-offsets

This commit is contained in:
Vitaliy Filippov
2024-02-21 15:25:02 +03:00
parent 685bcd6ef9
commit b3c15db331
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ void disk_tool_simple_offsets(json11::Json cfg, bool json_output)
if (!bitmap_granularity)
bitmap_granularity = DEFAULT_BITMAP_GRANULARITY;
if (!journal_size)
journal_size = 16*1024*1024;
journal_size = 32*1024*1024;
if (!device_block_size)
device_block_size = 4096;
if (!data_csum_type)