diff options
Diffstat (limited to 'sysctl.conf.s390')
-rw-r--r-- | sysctl.conf.s390 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysctl.conf.s390 b/sysctl.conf.s390 index acd133dd..e310e02a 100644 --- a/sysctl.conf.s390 +++ b/sysctl.conf.s390 @@ -19,10 +19,10 @@ kernel.core_uses_pid = 1 # Controls the use of TCP syncookies net.ipv4.tcp_syncookies = 1 -# 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 |