v.22.10Improvement
Allow human-readable size values in cache config
Allow readable size values (like 1TB) in cache config. #41688 (Kseniia Sumarokova).Why it matters
This feature improves configuration usability by enabling intuitive, human-readable size formats in cache settings instead of raw byte values, reducing errors and making configurations easier to understand and maintain.How to use it
In the cache configuration file, specify size values using units likeKB, MB, GB, or TB, for example: 1TB. The system will correctly parse these readable size values.