Set swappiness to 10

master
Simon Bruder 2019-08-02 00:20:46 +00:00
parent ee462ad0ef
commit 72e5e4798f
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- name: set swappiness
sysctl:
name: vm.swappiness
value: 10

View File

@ -9,5 +9,8 @@
- import_tasks: monitoring.yml
tags:
- base:monitoring
- import_tasks: kernel.yml
tags:
- base:kernel
tags:
- base