diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2015-05-06 14:13:32 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2015-05-06 14:13:32 +0200 |
commit | 032a604fe9c24483c9bc67c76494995d88115abe (patch) | |
tree | 3dfcb70e3417b8549c44cb4be98a5c4ce8bd584b | |
parent | 0d455f31ead37e4046f28f125522130820a9b950 (diff) | |
download | initscripts-032a604fe9c24483c9bc67c76494995d88115abe.tar initscripts-032a604fe9c24483c9bc67c76494995d88115abe.tar.gz initscripts-032a604fe9c24483c9bc67c76494995d88115abe.tar.bz2 initscripts-032a604fe9c24483c9bc67c76494995d88115abe.tar.xz initscripts-032a604fe9c24483c9bc67c76494995d88115abe.zip |
sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernel
-rw-r--r-- | sysctl.conf | 6 |
1 files changed, 0 insertions, 6 deletions
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 |