This website requires JavaScript.
Explore
Help
Sign in
mustard
/
qubes-mgmt-ansible
Watch
1
Star
0
Fork
You've already forked qubes-mgmt-ansible
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c2a20fe181
qubes-mgmt-ansible
/
roles
/
baseline
/
files
/
etc
/
systemd
/
zram-generator.conf
5 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
feat: add baseline and arkenfox role
2025-12-03 14:38:13 +01:00
[zram0]
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.
2026-01-03 22:13:04 +01:00
zram-size = ram * 20
test: ridiculous amounts of zram overprovisioning
2026-01-03 04:32:44 +01:00
compression-algorithm = zstd
fix: set swap-priority explicitly to 100, even though this seems to already be the default. zram should be used first
2026-01-03 22:47:38 +01:00
swap-priority = 100
Reference in a new issue
Copy permalink