v.25.11Improvement

Changed default of filesystem cache setting keep_free_space_remove_batch

Changed default of filesystem cache setting keep_free_space_remove_batch from 10 to 100, because it is more optimal. #90030 (Kseniia Sumarokova).
The default value of the filesystem cache setting keep_free_space_remove_batch was changed from 10 to 100 for better performance and optimization.

Why it matters

This change improves the efficiency of the filesystem cache management by increasing the batch size of space removal operations, which helps maintain optimal free space and cache usage.

How to use it

No explicit action is required from users since the default value has been updated. Users can adjust the keep_free_space_remove_batch setting in their configuration if they want to customize this behavior.