You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2010/02/02 10:22:03 UTC

svn commit: r905548 - /sling/trunk/parent/pom.xml

Author: bdelacretaz
Date: Tue Feb  2 09:22:01 2010
New Revision: 905548

URL: http://svn.apache.org/viewvc?rev=905548&view=rev
Log:
SLING-443 - warn about potential PermGen size problems as well

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=905548&r1=905547&r2=905548&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Feb  2 09:22:01 2010
@@ -155,10 +155,8 @@
                             <tasks>
                                 <echo>
 ********************** WARNING (SLING-443) **********************************
-On most platforms, building Apache Sling currently requires setting
-MAVEN_OPTS="-Xmx256M", see https://issues.apache.org/jira/browse/SLING-443
-You might get a "java.lang.OutOfMemoryError: Java heap space" if that
-setting is not correct.
+On most platforms, you'll get OutOfMemoryErrors when building unless you set
+MAVEN_OPTS="-Xmx256M -XX:MaxPermSize=128M", see SLING-443.
 *****************************************************************************
                                 </echo>
                             </tasks>