[jboss-svn-commits] JBL Code SVN: r36403 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 14 05:02:41 EST 2010


Author: ge0ffrey
Date: 2010-12-14 05:02:40 -0500 (Tue, 14 Dec 2010)
New Revision: 36403

Modified:
   labs/jbossrules/trunk/README.txt
Log:
better describe how to add the Xss option in eclipse

Modified: labs/jbossrules/trunk/README.txt
===================================================================
--- labs/jbossrules/trunk/README.txt	2010-12-14 00:37:49 UTC (rev 36402)
+++ labs/jbossrules/trunk/README.txt	2010-12-14 10:02:40 UTC (rev 36403)
@@ -80,13 +80,11 @@
 Configuring Eclipse
 ===================
 
-Open ECLIPSE_HOME/eclipse.ini and set this:
--vmargs
+Open ECLIPSE_HOME/eclipse.ini and add/change this on openFile -vmargs:
+-XX:MaxPermSize=512m
 -Xms512m
--Xmx512m
+-Xmx1024m
 -Xss1024k
--XX:PermSize=512m
--XX:MaxPermSize=512m
 
 Note that the -Xss1024k is very important or you 'll get a StackOverflowError when building.
 



More information about the jboss-svn-commits mailing list