28cff918c9
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/rust-zram-generator.git#c008a0a33a33ec443b3433b849b5bd5609d024f8
10 lines
335 B
Plaintext
10 lines
335 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-fraction = 1.0
|
|
max-zram-size = 8096
|