From ba8703f3fc71da43957195f53d626e52d585f16c Mon Sep 17 00:00:00 2001 From: Wolodja Wentland Date: Wed, 27 Apr 2016 14:04:50 +0200 Subject: [PATCH] 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. --- sysctl/defaults.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sysctl/defaults.yml b/sysctl/defaults.yml index c5d10a3..fe08aad 100644 --- a/sysctl/defaults.yml +++ b/sysctl/defaults.yml @@ -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