bump checking_mem_usage to be higher than the default in the high_performance_seed preset

This commit is contained in:
arvidn 2018-08-02 02:00:01 +02:00 committed by Arvid Norberg
parent 19df645012
commit 70d64327fd
1 changed files with 1 additions and 3 deletions

View File

@ -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);