feat: zram kernel params
This commit is contained in:
parent
92b38999ab
commit
a240d2ff5a
2 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
vm.swappiness = 180
|
||||
vm.watermark_boost_factor = 0
|
||||
vm.watermark_scale_factor = 125
|
||||
vm.page-cluster = 0
|
||||
|
|
@ -48,6 +48,7 @@
|
|||
- 'etc/ssh/ssh_config.d/10-custom.conf'
|
||||
- 'etc/modprobe.d/workstation-blacklist.conf'
|
||||
- 'etc/crypto-policies/back-ends/openssh.config'
|
||||
- 'etc/sysctl.d/100-vm-zram-parameters.conf'
|
||||
|
||||
- name: Install sysctl and flatpak
|
||||
ansible.builtin.dnf5:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue