Update Settings.cpp

This commit is contained in:
Kseniia Sumarokova 2024-11-08 15:26:41 +01:00 committed by GitHub
parent fe73c1880a
commit aeb2cbf934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4874,7 +4874,7 @@ Limit on size of a single batch of file segments that a read buffer can request
Wait time to lock cache for space reservation in filesystem cache
)", 0) \
DECLARE(Bool, filesystem_cache_prefer_bigger_buffer_size, true, R"(
Prefer bigger buffer size if filesystem cache is enabled to avoid writing small file segments which deteriorate cache performance
Prefer bigger buffer size if filesystem cache is enabled to avoid writing small file segments which deteriorate cache performance. On the other hand, enabling this setting might increase memory usage.
)", 0) \
DECLARE(UInt64, temporary_data_in_cache_reserve_space_wait_lock_timeout_milliseconds, (10 * 60 * 1000), R"(
Wait time to lock cache for space reservation for temporary data in filesystem cache