1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/roles/common/templates/zram-generator.conf
Evangelos Foutras 995ed1e276
Increase zram-fraction to 1.0 for lists.archlinux.org
It's been running out of swap during borg-backup and seems to get good
compression ratios; try upping the zram size to 100% of RAM (from 50%).
2021-07-13 08:11:19 +03:00

6 lines
111 B
Plaintext

[zram0]
max-zram-size = none
{% if zram_fraction is defined %}
zram-fraction = {{ zram_fraction }}
{% endif %}