1 |
wellsi |
1.1 |
From 5af1595c1d7b5c76ba2a9fdcd46ad39924a8f4b9 Mon Sep 17 00:00:00 2001 |
2 |
|
|
From: Lukas Nykryn <lnykryn@redhat.com> |
3 |
|
|
Date: Tue, 14 May 2013 15:27:49 +0200 |
4 |
|
|
Subject: [PATCH] Fix comments in sysctl.conf.ppc (#862597) |
5 |
|
|
|
6 |
|
|
--- |
7 |
|
|
sysctl.conf.ppc | 4 ++-- |
8 |
|
|
1 file changed, 2 insertions(+), 2 deletions(-) |
9 |
|
|
|
10 |
|
|
diff --git a/sysctl.conf.ppc b/sysctl.conf.ppc |
11 |
|
|
index 0cd5eec..b36a9ce 100644 |
12 |
|
|
--- a/sysctl.conf.ppc |
13 |
|
|
+++ b/sysctl.conf.ppc |
14 |
|
|
@@ -22,10 +22,10 @@ kernel.core_uses_pid = 1 |
15 |
|
|
# Controls the use of TCP syncookies |
16 |
|
|
net.ipv4.tcp_syncookies = 1 |
17 |
|
|
|
18 |
|
|
-# Controls the maximum size of a message, in bytes |
19 |
|
|
+# Controls the default maxmimum size of a mesage queue |
20 |
|
|
kernel.msgmnb = 65536 |
21 |
|
|
|
22 |
|
|
-# Controls the default maxmimum size of a mesage queue |
23 |
|
|
+# Controls the maximum size of a message, in bytes |
24 |
|
|
kernel.msgmax = 65536 |
25 |
|
|
|
26 |
|
|
# Controls the maximum shared segment size, in bytes |
27 |
|
|
-- |
28 |
|
|
1.8.1.4 |
29 |
|
|
|