aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2012-02-13 11:30:38 +0100
committerLukas Nykryn <lnykryn@redhat.com>2012-02-13 11:30:38 +0100
commitffd309f7cbd61b81ff78b733247b8e2db50ebc5c (patch)
tree2a857c294a28439dd93ad3e6cb8d7b4b7da3c1b0 /sysctl.conf
parentef09deeb9ad26289e711f7f59f68a5ba90031cd5 (diff)
downloadinitscripts-ffd309f7cbd61b81ff78b733247b8e2db50ebc5c.tar
initscripts-ffd309f7cbd61b81ff78b733247b8e2db50ebc5c.tar.gz
initscripts-ffd309f7cbd61b81ff78b733247b8e2db50ebc5c.tar.bz2
initscripts-ffd309f7cbd61b81ff78b733247b8e2db50ebc5c.tar.xz
initscripts-ffd309f7cbd61b81ff78b733247b8e2db50ebc5c.zip
Fix comments in sysctl.conf (#755175)
Diffstat (limited to 'sysctl.conf')
-rw-r--r--sysctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysctl.conf b/sysctl.conf
index 86f18af5..55ffe6e6 100644
--- a/sysctl.conf
+++ b/sysctl.conf
@@ -27,10 +27,10 @@ net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
-# Controls the maximum size of a message, in bytes
+# Controls the default maxmimum size of a mesage queue
kernel.msgmnb = 65536
-# Controls the default maxmimum size of a mesage queue
+# Controls the maximum size of a message, in bytes
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes