b94403eac9
[skip changelog]
9 lines
321 B
Plaintext
9 lines
321 B
Plaintext
# 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)
|