debug: tweak zram-generator.conf zram-size value. Similar to chromebooks, zram should be twice the size of the maximum allowed ram. As the MemTotal value the vm starts with appears to be the minimum value (despite memory ballooning supposed to have the vm start with max ram then balloon down), multiply it by 10 to get the max allowed ram.

This commit is contained in:
mustard 2026-01-03 22:13:04 +01:00
parent a092a2cfd9
commit 2f2b980b05

View file

@ -1,3 +1,3 @@
[zram0] [zram0]
zram-size = ram * 3 zram-size = ram * 20
compression-algorithm = zstd compression-algorithm = zstd