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:
parent
a092a2cfd9
commit
2f2b980b05
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
[zram0]
|
[zram0]
|
||||||
zram-size = ram * 3
|
zram-size = ram * 20
|
||||||
compression-algorithm = zstd
|
compression-algorithm = zstd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue