From 032a604fe9c24483c9bc67c76494995d88115abe Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 6 May 2015 14:13:32 +0200 Subject: sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernel --- sysctl.conf | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sysctl.conf') diff --git a/sysctl.conf b/sysctl.conf index fe02481f..f8484efa 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -7,9 +7,3 @@ net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-iptables = 0 net.bridge.bridge-nf-call-arptables = 0 - -# Controls the maximum shared segment size, in bytes -kernel.shmmax = 4294967295 - -# Controls the maximum number of shared memory segments, in pages -kernel.shmall = 268435456 \ No newline at end of file -- cgit v1.2.1