bump checking_mem_usage to be higher than the default in the high_performance_seed preset
This commit is contained in:
parent
19df645012
commit
70d64327fd
|
@ -302,9 +302,7 @@ namespace {
|
|||
// number of disk threads for low level file operations
|
||||
set.set_int(settings_pack::aio_threads, 8);
|
||||
|
||||
// keep 5 MiB outstanding when checking hashes
|
||||
// of a resumed file
|
||||
set.set_int(settings_pack::checking_mem_usage, 320);
|
||||
set.set_int(settings_pack::checking_mem_usage, 2048);
|
||||
|
||||
// the disk cache performs better with the pool allocator
|
||||
set.set_bool(settings_pack::use_disk_cache_pool, true);
|
||||
|
|
Loading…
Reference in New Issue