fixed sysctl swappiness
This commit is contained in:
parent
3507ff2dcd
commit
b836975a96
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
# Set vm.swappiness to 5 in /etc/sysctl.conf
|
# Set vm.swappiness to 5 in /etc/sysctl.conf
|
||||||
- ansible.posix.sysctl:
|
- sysctl:
|
||||||
name: vm.swappiness
|
name: vm.swappiness
|
||||||
value: '0'
|
value: '0'
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue