1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-04 04:16:03 +02:00

common: increase default zram-fraction to 1.0

The default of 0.5 has proven insufficient on at least 3 boxes so far.
This commit is contained in:
Evangelos Foutras 2022-09-11 10:40:04 +03:00
parent ad04da88e0
commit ffa2674d8e
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34
4 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
filesystem: btrfs
ipv4_address: 168.119.240.111
ipv6_address: 2a01:4f8:c010:74d4::1
zram_fraction: 1.0
wireguard_address: 10.0.0.35
wireguard_public_key: Wp9ruR2+pCj0TsATuJZiUxk9x6BwcUhXs/yZlmGYjRE=

View File

@ -1,5 +1,4 @@
filesystem: btrfs
ipv4_address: 95.217.236.249
zram_fraction: 1.0
wireguard_address: 10.0.0.34
wireguard_public_key: t6Er4qAMe/lWNnAByWdXhbUwXKYfj9CkkJgMp28UQl8=

View File

@ -1,2 +1,3 @@
configure_network: false
enable_zram_swap: false
zram_fraction: 1.0

View File

@ -1,5 +1,3 @@
[zram0]
max-zram-size = none
{% if zram_fraction is defined %}
zram-fraction = {{ zram_fraction }}
{% endif %}