CachyOS / CachyOS-Settings

Settings used for CachyOS
GNU General Public License v3.0
91 stars 22 forks source link

udev/zram: Try to re-compress only uncompressed pages #44

Closed ventureoo closed 9 months ago

ventureoo commented 9 months ago

This reduces CPU overhead while saving memory in the case of pages that could not be compressed by the primary algorithm. This also gets rid of the CONFIG_ZRAM_MEMORY_TRACKING dependency for the kernel.

Thanks @firelzrd for the hint.