Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 62433 invoked from network); 13 Feb 2006 22:03:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Feb 2006 22:03:57 -0000 Received: (qmail 22127 invoked by uid 500); 13 Feb 2006 22:03:31 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 22093 invoked by uid 500); 13 Feb 2006 22:03:31 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 22071 invoked by uid 99); 13 Feb 2006 22:03:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2006 14:03:30 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 13 Feb 2006 14:03:29 -0800 Received: (qmail 62190 invoked by uid 65534); 13 Feb 2006 22:03:08 -0000 Message-ID: <20060213220308.62189.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r377507 - /maven/continuum/branches/continuum-1.0.x/build.sh Date: Mon, 13 Feb 2006 22:03:08 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Mon Feb 13 14:03:07 2006 New Revision: 377507 URL: http://svn.apache.org/viewcvs?rev=377507&view=rev Log: increase memory, so i hope it will be fine for building on apache zone. Modified: maven/continuum/branches/continuum-1.0.x/build.sh Modified: maven/continuum/branches/continuum-1.0.x/build.sh URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/build.sh?rev=377507&r1=377506&r2=377507&view=diff ============================================================================== --- maven/continuum/branches/continuum-1.0.x/build.sh (original) +++ maven/continuum/branches/continuum-1.0.x/build.sh Mon Feb 13 14:03:07 2006 @@ -14,6 +14,8 @@ ;; esac + MAVEN_OPTS="-Xms256M -Xmx256M" + export MAVEN_OPTS mvn -Denv=test clean:clean install "$@" ret=$?; if [ $ret != 0 ]; then exit $ret; fi ) 2>&1 | tee result.log