mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
synced 2024-11-27 23:07:54 +01:00
Don't set fs.file-max and vm.swappiness by default
Users can easily configure this themselves and it it strongly preferred if idiosyncratic changes such as this are not part of the default behaviour.
This commit is contained in:
parent
bf38775822
commit
ba8703f3fc
@ -4,12 +4,3 @@ sysctl:
|
||||
pkg: procps-ng
|
||||
config:
|
||||
location: '/etc/sysctl.d'
|
||||
lookup:
|
||||
params:
|
||||
-
|
||||
name: fs.file-max
|
||||
value: 100000
|
||||
config: fs.conf
|
||||
-
|
||||
name: vm.swappiness
|
||||
value: 20
|
||||
|
Loading…
Reference in New Issue
Block a user