fixup! Initial import

This commit is contained in:
Igor Raits 2022-04-07 20:42:57 +02:00
parent e72761b0e9
commit f88b0b60cb
1 changed files with 8 additions and 0 deletions

8
zram-generator.conf Normal file
View File

@ -0,0 +1,8 @@
# This config file enables a /dev/zram0 device with the default settings:
# — size — same as available RAM or 8GB, whichever is less
# — compression — most likely lzo-rle
#
# To disable, uninstall zram-generator-defaults or create empty
# /etc/systemd/zram-generator.conf file.
[zram0]
zram-size = min(ram, 8192)