[overlord-commits] Overlord SVN: r631 - cdl/trunk/docs/docbook/gettingstartedguide/src/main/module.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Fri May 1 12:13:26 EDT 2009


Author: objectiser
Date: 2009-05-01 12:13:25 -0400 (Fri, 01 May 2009)
New Revision: 631

Modified:
   cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
Log:
added MaxPermSize param requirement to installation section of getting started guide, and more information in the release note

Modified: cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml	2009-05-01 16:09:03 UTC (rev 630)
+++ cdl/trunk/docs/docbook/gettingstartedguide/src/main/module/installation.xml	2009-05-01 16:13:25 UTC (rev 631)
@@ -41,7 +41,16 @@
        		<orderedlist>
        			<listitem> 
        				Install JBossAS
-       			<para> Unpack the JBossAS installation into the required location. </para>
+       			<para> Unpack the JBossAS installation into the required location.</para>
+			<para>
+			NOTE: Before running the server, it is advisable to edit the run.sh/bat
+			script in the <filename>bin</filename> folder to add the following parameter to the JAVA_OPTS variable:
+			</para>
+			<para>
+			<code>
+			-XX:MaxPermSize=128M
+			</code>
+			</para>
        			</listitem>
        			<listitem>
        			   Install JBossESB




More information about the overlord-commits mailing list