-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
What would you like to be added:
Please enable possibility to use zstd backend for zram in Linux 6.12. It was possible in Linux 6.6: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086172#14
Why is this needed:
"Zstd would most likely be a much better suited default, as it's a great compromise between speed and efficiency, and users can then choose on their own if they rather want to use e.g. LZO or LZ4 instead." -- from https://bugs.debian.org/1086172
What ended up in Debian is https://salsa.debian.org/kernel-team/linux/-/commit/121c3f1335d97b6938d76e7541d9c4579e83d69c . I would recommend also adding CONFIG_ZRAM_DEF_COMP_ZSTD=y , as mentioned in the Debian bug.