changed swappiness to 1
This commit is contained in:
parent
7a3cf5e9ab
commit
55405ec9c7
1 changed files with 2 additions and 2 deletions
|
@ -157,11 +157,11 @@
|
|||
group: root
|
||||
mode: '0644'
|
||||
|
||||
# Set vm.swappiness to 0 in /etc/sysctl.conf
|
||||
# Set vm.swappiness to 1 in /etc/sysctl.conf
|
||||
- name: "Set swappiness to zero in sysctl.conf"
|
||||
sysctl:
|
||||
name: vm.swappiness
|
||||
value: '0'
|
||||
value: '1'
|
||||
state: present
|
||||
reload: yes
|
||||
sysctl_file: /etc/sysctl.conf
|
||||
|
|
Loading…
Reference in a new issue