/tmp /var/log -> zram mit zram-generator

This commit is contained in:
2025-11-24 16:32:25 +01:00
parent 91cfbcbb3c
commit a1a452a23e
3 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
[zram0]
zram-size = 40
mount-point = /tmp
fs-type = ext2
options = X-mount.mode=1777
[zram1]
zram-size = 40
mount-point = /var/log
fs-type = ext2
options = X-mount.mode=1777
#[zram2]
#zram-size = 30
#mount-point = /run
#fs-type = ext2
#options = X-mount.mode=1777