17f8e499f4
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#54d85c68335a642c4c939b94ebd9ab00cd5aec56
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 = 8192
|