disable swap because of performance issues
This commit is contained in:
parent
ea1118a7fb
commit
851ad1bfd6
@ -274,7 +274,7 @@
|
||||
|
||||
- ansible.posix.sysctl:
|
||||
name: vm.swappiness
|
||||
value: '1'
|
||||
value: '0'
|
||||
state: present
|
||||
when: nocontainer.stat.exists == true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user