Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SQUASHFS_COMP_CACHE_FULL
:
CONFIG_SQUASHFS
This option enables caching of all compressed blocks, Without caching, repeated reads of the same files trigger excessive disk I/O, significantly reducinng performance in workloads like fio-based benchmarks.
For example, fio tests (iodepth=1, numjobs=1, ioengine=psync) show: With caching: IOPS=2223, BW=278MiB/s (291MB/s) Without caching: IOPS=815, BW=102MiB/s (107MB/s)
Enabling this option restores performance to pre-regression levels by caching all compressed blocks in the page cache, reducing disk I/O for repeated reads. However, this increases memory usage, which may be a concern in memory-constrained environments.
Enable this option if your workload involves frequent repeated reads and memory usage is not a limiting factor. If unsure, say N.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2025). See also LKDDb sources on GitLab