Aggiunte alcune ottimizzazioni.

This commit is contained in:
Emiliano Vavassori 2020-05-22 19:21:38 +02:00
parent 6f9b0b89cb
commit bccefa5aca
4 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
# Abbasso decisamente la swappiness
- lineinfile:
path: /etc/sysctl.conf
line: "vm.swappiness = 10"
insertbefore: EOF
state: present