diff options
Diffstat (limited to 'sysctl.conf')
-rw-r--r-- | sysctl.conf | 4 |
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 |