Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 89632 invoked from network); 18 Dec 2009 12:02:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Dec 2009 12:02:34 -0000 Received: (qmail 27990 invoked by uid 500); 18 Dec 2009 12:02:33 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 27940 invoked by uid 500); 18 Dec 2009 12:02:33 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 27891 invoked by uid 99); 18 Dec 2009 12:02:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 12:02:33 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 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; Fri, 18 Dec 2009 12:02:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8BD8523889B6; Fri, 18 Dec 2009 12:02:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r892234 - /lucene/java/nightly/hudson.sh Date: Fri, 18 Dec 2009 12:02:07 -0000 To: java-commits@lucene.apache.org From: uschindler@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091218120207.8BD8523889B6@eris.apache.org> Author: uschindler Date: Fri Dec 18 12:02:07 2009 New Revision: 892234 URL: http://svn.apache.org/viewvc?rev=892234&view=rev Log: reduce memory Modified: lucene/java/nightly/hudson.sh Modified: lucene/java/nightly/hudson.sh URL: http://svn.apache.org/viewvc/lucene/java/nightly/hudson.sh?rev=892234&r1=892233&r2=892234&view=diff ============================================================================== --- lucene/java/nightly/hudson.sh (original) +++ lucene/java/nightly/hudson.sh Fri Dec 18 12:02:07 2009 @@ -62,7 +62,7 @@ clean test #generate the clover reports -ANT_OPTS="-Xmx896M" $ANT_HOME/bin/ant \ +ANT_OPTS="-Xmx768M" $ANT_HOME/bin/ant \ -lib $CLOVER \ -Dsvnversion.exe=$SVNVERSION_EXE \ -Dsvn.exe=$SVN_EXE \