Skip to content

Commit ba8703f

Browse files
committed
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.
1 parent bf38775 commit ba8703f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

sysctl/defaults.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,3 @@ sysctl:
44
pkg: procps-ng
55
config:
66
location: '/etc/sysctl.d'
7-
lookup:
8-
params:
9-
-
10-
name: fs.file-max
11-
value: 100000
12-
config: fs.conf
13-
-
14-
name: vm.swappiness
15-
value: 20

0 commit comments

Comments
 (0)