Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1301c13 commit 0777c4dCopy full SHA for 0777c4d
roles/common/defaults/main.yml
@@ -1,7 +1,7 @@
1
---
2
3
-# Kernel swappines. Using the value 0 in order to avoid swapping, since the servers should have plenty of memory.
4
-kernel_swappiness: 0
+# Kernel swappiness. Using the value 1 in order to avoid swapping but avoid OOMs, since the servers should have plenty of memory.
+kernel_swappiness: 1
5
6
# Open file limits.
7
limits_nofile_hard: 65536
0 commit comments