/tmp /var/log -> zram mit zram-generator
This commit is contained in:
19
systemd/zram-generator.conf
Normal file
19
systemd/zram-generator.conf
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user