OmegaSquad82

Results 8 comments of OmegaSquad82

zswap will decompress any page which is to be written to the backing swap device(s).

Seems to me that, while *all* pages can be marked idle, the seemingly useful feature flag [CONFIG_ZRAM_TRACK_ENTRY_ACTIME](https://docs.kernel.org/admin-guide/blockdev/zram.html#idle-pages-tracking) is unset in [upstream](https://github.com/search?q=repo%3Atorvalds%2Flinux%20CONFIG_ZRAM_TRACK_ENTRY_ACTIME&type=code). The [kernel-bazzite](https://github.com/search?q=repo%3Abazzite-org%2Fkernel-bazzite+CONFIG_ZRAM_TRACK_ENTRY_ACTIME&type=code&p=2), for example, follow this lead in production...

Hi, this would imo be a nice feature to have both, namely that the a) `recomp_algorithm` is configured during setup of the zram block device and then b) creating some...

Thank you so much for adding this. Will build and test it.

I confirm that, with the version of bootc (and rpm-ostree) shipped with `bazzite`, it works to switch to a zstd:chunked image. ``` $ sudo bootc status ● Booted image: ghcr.io/omegasquad82/buttgenbachit:latest-zstchd...