diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2012-02-13 11:30:38 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2012-02-13 11:30:38 +0100 |
commit | ffd309f7cbd61b81ff78b733247b8e2db50ebc5c (patch) | |
tree | 2a857c294a28439dd93ad3e6cb8d7b4b7da3c1b0 /sysctl.conf.x86_64 | |
parent | ef09deeb9ad26289e711f7f59f68a5ba90031cd5 (diff) | |
download | initscripts-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.x86_64')
-rw-r--r-- | sysctl.conf.x86_64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysctl.conf.x86_64 b/sysctl.conf.x86_64 index ca058571..1fe3fdda 100644 --- a/sysctl.conf.x86_64 +++ b/sysctl.conf.x86_64 @@ -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 |