Skip to content
Snippets Groups Projects
Commit a35098dd authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

swappiness setzen

parent bdb0fa4c
No related branches found
No related tags found
No related merge requests found
---
# set general sysctl.conf settings
# the module will reload the setting so they are applied without reboot
# minimize usage of swap
- sysctl:
name: vm.swappiness
value: '0'
state: present
\ No newline at end of file
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
roles: roles:
- { role: all/hostname, tags: common } - { role: all/hostname, tags: common }
- { role: all/common, tags: common } - { role: all/common, tags: common }
- { role: all/sysctl, tags: sysctl }
################################################## ##################################################
...@@ -30,7 +31,6 @@ ...@@ -30,7 +31,6 @@
- { role: common/nginx, tags: nginx } - { role: common/nginx, tags: nginx }
- { role: warpsrvint/docker_grafana, tags: grafana } - { role: warpsrvint/docker_grafana, tags: grafana }
- { role: warpsrvint/docker_influx, tags: influx } - { role: warpsrvint/docker_influx, tags: influx }
- { role: warpsrvint/docker_kapacitor, tags: kapacitor }
- { role: warpsrvint/docker_l4z0r, tags: l4z0r } - { role: warpsrvint/docker_l4z0r, tags: l4z0r }
- { role: warpsrvint/docker_matestatdb, tags: matestatdb } - { role: warpsrvint/docker_matestatdb, tags: matestatdb }
- { role: warpsrvint/docker_mqtt, tags: mqtt } - { role: warpsrvint/docker_mqtt, tags: mqtt }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment