[jboss-cvs] JBossAS SVN: r96609 - projects/docs/enterprise/4.2.8/Installation_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 19 23:27:07 EST 2009


Author: benlc
Date: 2009-11-19 23:27:07 -0500 (Thu, 19 Nov 2009)
New Revision: 96609

Modified:
   projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml
Log:
'committing Post Installation run.bat memory config changes JBPAPP-1999' 


Modified: projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml
===================================================================
--- projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml	2009-11-20 02:12:10 UTC (rev 96608)
+++ projects/docs/enterprise/4.2.8/Installation_Guide/en-US/Post_Installation.xml	2009-11-20 04:27:07 UTC (rev 96609)
@@ -33,19 +33,37 @@
 	<section id="Adjust_Memory_Settings">
 		<title>Adjust memory settings</title>
 		<para>
-			The default configuration for the server to start with, if no other configuration is specified, is the production configuration. It is recommended to run the example Seam applications that are included with the documentation using the production configuration. 
-		</para>
-		<para>
-			To avoid memory issues, adjust the memory settings before deploying the applications. You can do this by updating <literal>JAVA_OPTS</literal> settings in the file <filename>JBOSS_DIST/jboss-as/server/production/run.conf</filename> with these recommended values: 
+			The default configuration for the server to start with, if no other configuration is specified, is the production configuration. It is recommended to run the example Seam applications that are included with the documentation using the production configuration. To avoid memory issues, adjust the memory settings before deploying the applications.
+			</para>
+			<formalpara>
+			<title>
+				On a Linux Platform
+			</title>
+			<para>			
+			Memory settings can be adjusted on a Linux platform by updating <literal>JAVA_OPTS</literal> settings in the file <filename>JBOSS_DIST/jboss-as/server/production/run.conf</filename> with these recommended values: 
 <programlisting>
      -Xms1303m -Xmx1303m -XX:PermSize=256m -XX:MaxPermSize=256m
 </programlisting>
 		</para>
-		<important>
+		</formalpara>
+		<formalpara>
+			<title>
+				On Microsoft Windows
+			</title>
 			<para>
+				To adjust the memory settings on Microsoft Windows, locate the <filename>run.bat</filename> file in the <filename>bin</filename> sub-directory of the <literal>JBOSS_HOME</literal> environment variable (<literal>%JBOSS_HOME%</literal>\<filename>bin</filename>\<filename>run.bat</filename>). Edit this file at the appropriate <command>set JAVA_OPTS</command> line corresponding to the comment <quote>JVM memory allocation pool parameters</quote>. Modify this line according to the following recommended values:
+				
+			</para>
+		</formalpara>	
+<programlisting>
+     -Xms1303m -Xmx1303m -XX:PermSize=256m -XX:MaxPermSize=256m
+</programlisting>
+<!-- 		<important>
+			<para>
 				If you are running the JBoss Enterprise Application Platform on a Windows operating system then you will need to update the <filename>run.bat</filename> file with the above values instead.
 			</para>
-		</important>
+		</important> 
+-->
 	</section>
 	<section id="Post-Installation">
 		<title>




More information about the jboss-cvs-commits mailing list