[seam-commits] Seam SVN: r9466 - trunk/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 30 19:21:30 EDT 2008


Author: shane.bryzak at jboss.com
Date: 2008-10-30 19:21:30 -0400 (Thu, 30 Oct 2008)
New Revision: 9466

Modified:
   trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
Log:
fix MaxPermSize values

Modified: trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml	2008-10-30 11:28:47 UTC (rev 9465)
+++ trunk/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml	2008-10-30 23:21:30 UTC (rev 9466)
@@ -36,11 +36,11 @@
             development time. If you're running JBoss from JBoss IDE, you can configure this in the server launch
             configuration, under "VM arguments". We suggest the following values:</para>
 
-        <programlisting>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512</programlisting>
+        <programlisting>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m</programlisting>
 
         <para>If you don't have so much memory available, the following is our minimum recommendation:</para>
 
-        <programlisting>-Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256</programlisting>
+        <programlisting>-Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m</programlisting>
 
         <para>If you're running JBoss from the command line, you can configure the JVM options in
             <literal>bin/run.conf</literal>.</para>




More information about the seam-commits mailing list