[deployment-guide/comm-rel: 41/74] proc_fs: change some default vals per review

dsilas dsilas at fedoraproject.org
Tue Jul 6 21:12:42 UTC 2010


commit 1a9556dd66328fca0b24a82b8ec59068bd9b348d
Author: Douglas Silas <dhensley at redhat.com>
Date:   Fri Jun 25 13:45:03 2010 +0200

    proc_fs: change some default vals per review
    
    Fix BZ#607422: default values changed for some settings

 en-US/The_proc_File_System.xml |   45 ++++++++++++++++++++++++++++++++++++---
 1 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/en-US/The_proc_File_System.xml b/en-US/The_proc_File_System.xml
index 653587d..32f2245 100644
--- a/en-US/The_proc_File_System.xml
+++ b/en-US/The_proc_File_System.xml
@@ -3687,8 +3687,17 @@ Can write RAM:          0
             <para>
               <filename>msgmni</filename>
 		    &mdash; Sets the maximum number of message queue
-		    identifiers. The default is <computeroutput>16</computeroutput>.
+		    identifiers. The default is <computeroutput>1990</computeroutput>.
 		  </para>
+
+<!-- ddomingo: BZ#607422
+
+ 		  <para>
+		    <filename>msgmni</filename>
+		    &mdash; Sets the maximum number of message queue
+		    identifiers. The default is <computeroutput
+		   >16</computeroutput>.
+		  </para> -->
           </listitem>
 
           <listitem>
@@ -4274,8 +4283,19 @@ Can write RAM:          0
 		    message. This setting is used to mitigate
 		    <firstterm>Denial of Service</firstterm>
 		    (<firstterm>DoS</firstterm>) attacks. The default
-		    setting is <computeroutput>50</computeroutput>.
+		    setting is <computeroutput>10</computeroutput>.
 		  </para>
+
+<!-- BZ#607422		  <para>
+		    <filename>message_burst</filename>
+		    &mdash; Sets the amount of time in tenths of a
+		    second required to write a new warning
+		    message. This setting is used to mitigate
+		    <firstterm>Denial of Service</firstterm>
+		    (<firstterm>DoS</firstterm>) attacks. The default
+		    setting is <computeroutput
+		   >50</computeroutput>.
+		  </para> -->
           </listitem>
 
           <listitem>
@@ -4309,8 +4329,18 @@ Can write RAM:          0
 		    packets faster than the kernel can process
 		    them. The default value for this file is
 		    <computeroutput
-                moreinfo="none">300</computeroutput>.
+                moreinfo="none">1000</computeroutput>.
 		  </para>
+<!-- BZ#607422 		  <para>
+		    <filename
+		   >netdev_max_backlog</filename>
+		    &mdash; Sets the maximum number of packets allowed
+		    to queue when a particular interface receives
+		    packets faster than the kernel can process
+		    them. The default value for this file is
+		    <computeroutput
+			moreinfo="none">300</computeroutput>.
+		  </para> -->
           </listitem>
 
           <listitem>
@@ -4634,8 +4664,15 @@ Can write RAM:          0
               <filename>dirty_ratio</filename>
 	       &mdash; Starts active writeback of dirty data at this
 	       percentage of total memory for the generator of dirty
-	       data, via pdflush. The default value is <command>40</command>.
+	       data, via pdflush. The default value is <command>20</command>.
 	     </para>
+<!-- BZ#607422 	     <para>
+	       <filename>dirty_ratio</filename>
+	       &mdash; Starts active writeback of dirty data at this
+	       percentage of total memory for the generator of dirty
+	       data, via pdflush. The default value is <command
+	      >40</command>.
+	     </para> -->
           </listitem>
 
           <listitem>


More information about the docs-commits mailing list