[jboss-svn-commits] JBL Code SVN: r36392 - labs/jbossrules/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Dec 13 08:16:13 EST 2010
Author: ge0ffrey
Date: 2010-12-13 08:16:13 -0500 (Mon, 13 Dec 2010)
New Revision: 36392
Modified:
labs/jbossrules/trunk/README.txt
Log:
more memory for intellij
Modified: labs/jbossrules/trunk/README.txt
===================================================================
--- labs/jbossrules/trunk/README.txt 2010-12-13 03:34:52 UTC (rev 36391)
+++ labs/jbossrules/trunk/README.txt 2010-12-13 13:16:13 UTC (rev 36392)
@@ -171,6 +171,12 @@
Configuring IntelliJ
====================
+The project is big, so you will want to give your IntelliJ more memory.
+Open $IDEA_HOME/bin/idea.vmoptions and change the first 3 values to this:
+-Xms512m
+-Xmx1024m
+-XX:MaxPermSize=512m
+
Don't use the maven-intellij-plugin: it's dead.
IntelliJ has very good build-in support for Maven.
More information about the jboss-svn-commits
mailing list