Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 45332 invoked from network); 2 Feb 2010 09:22:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 09:22:24 -0000 Received: (qmail 29911 invoked by uid 500); 2 Feb 2010 09:22:24 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 29844 invoked by uid 500); 2 Feb 2010 09:22:24 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 29834 invoked by uid 99); 2 Feb 2010 09:22:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 09:22:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 09:22:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 709412388A02; Tue, 2 Feb 2010 09:22:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r905548 - /sling/trunk/parent/pom.xml Date: Tue, 02 Feb 2010 09:22:03 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100202092203.709412388A02@eris.apache.org> 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 @@ ********************** 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. *****************************************************************************