[hornetq-commits] JBoss hornetq SVN: r11906 - branches/Branch_2_2_EAP/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 13 13:40:01 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-12-13 13:40:00 -0500 (Tue, 13 Dec 2011)
New Revision: 11906

Modified:
   branches/Branch_2_2_EAP/docs/user-manual/en/configuration-index.xml
   branches/Branch_2_2_EAP/docs/user-manual/en/paging.xml
Log:
JBPAPP-7655 - my doc changes proposal

Modified: branches/Branch_2_2_EAP/docs/user-manual/en/configuration-index.xml
===================================================================
--- branches/Branch_2_2_EAP/docs/user-manual/en/configuration-index.xml	2011-12-13 18:18:34 UTC (rev 11905)
+++ branches/Branch_2_2_EAP/docs/user-manual/en/configuration-index.xml	2011-12-13 18:40:00 UTC (rev 11906)
@@ -319,6 +319,13 @@
                             <entry>data/paging</entry>
                         </row>
                         <row>
+                            <entry><link linkend="paging.main.config"
+                                >page-max-concurrent-io</link></entry>
+                            <entry>integer</entry>
+                            <entry>The maximum number of concurrent reads the system will do on the paging files</entry>
+                            <entry>5</entry>
+                        </row>
+                        <row>
                             <entry><link linkend="configuring.delivery.count.persistence">
                                     persist-delivery-count-before-delivery</link></entry>
                             <entry>Boolean</entry>

Modified: branches/Branch_2_2_EAP/docs/user-manual/en/paging.xml
===================================================================
--- branches/Branch_2_2_EAP/docs/user-manual/en/paging.xml	2011-12-13 18:18:34 UTC (rev 11905)
+++ branches/Branch_2_2_EAP/docs/user-manual/en/paging.xml	2011-12-13 18:40:00 UTC (rev 11906)
@@ -52,6 +52,7 @@
             ...
             
             &lt;paging-directory>/somewhere/paging-directory&lt;/paging-directory>
+            &lt;page-max-concurrent-io>/5&lt;/paging-directory>
             
             ...        </programlisting>
         <para>
@@ -75,6 +76,12 @@
                                 each address being paged under this configured location.</entry>
                             <entry>data/paging</entry>
                         </row>
+                       <row>
+                            <entry><literal>page-max-concurrent-io</literal></entry>
+                            <entry>The maximum number of concurrent reads the system can make on paged files. You may increase this parameter depending on 
+                                   the expected number of paged destinations and the limits you have on your disk</entry>
+                            <entry>5</entry>
+                        </row>
                     </tbody>
                 </tgroup>
             </table>



More information about the hornetq-commits mailing list