fix: verbleibende Sysctl-Doppeldefinitionen entfernen
This commit is contained in:
parent
1c7e0ec61f
commit
184476e772
1 changed files with 0 additions and 1 deletions
|
|
@ -38,7 +38,6 @@
|
||||||
state: present
|
state: present
|
||||||
loop:
|
loop:
|
||||||
- { key: vm.overcommit_memory, value: "1" }
|
- { key: vm.overcommit_memory, value: "1" }
|
||||||
- { key: vm.swappiness, value: "1" }
|
|
||||||
- { key: fs.file-max, value: "9999999" }
|
- { key: fs.file-max, value: "9999999" }
|
||||||
- { key: fs.inotify.max_user_watches, value: "524288" }
|
- { key: fs.inotify.max_user_watches, value: "524288" }
|
||||||
- { key: fs.inotify.max_user_instances, value: "512" }
|
- { key: fs.inotify.max_user_instances, value: "512" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue