Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56205 invoked from network); 25 Mar 2008 10:47:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Mar 2008 10:47:17 -0000 Received: (qmail 43238 invoked by uid 500); 25 Mar 2008 10:47:15 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 42220 invoked by uid 500); 25 Mar 2008 10:47:13 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 42209 invoked by uid 99); 25 Mar 2008 10:47:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 03:47:13 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2008 10:46:31 +0000 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id AD3AFB7AFD for ; Tue, 25 Mar 2008 10:46:26 +0000 (GMT) X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QheHCtsJoCHw for ; Tue, 25 Mar 2008 10:46:11 +0000 (GMT) Received: from ha-node-br2.hpl.hp.com (ha-node-br2.hpl.hp.com [16.25.144.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tobor.hpl.hp.com (Postfix) with ESMTPS id D94D6B7AFB for ; Tue, 25 Mar 2008 10:46:05 +0000 (GMT) MailScanner-NULL-Check: 1207046746.38399@c7ftu73059Vh+XLO6RJljg Received: from [16.25.171.118] (morzine.hpl.hp.com [16.25.171.118]) by ha-node-br2.hpl.hp.com (8.14.1/8.13.4) with ESMTP id m2PAjhne029708 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 25 Mar 2008 10:45:44 GMT Message-ID: <47E8D7DB.9090501@apache.org> Date: Tue, 25 Mar 2008 10:45:47 +0000 From: Steve Loughran User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: Ant Users List Subject: Re: xslt out of memory References: <1f97de60803200913v153c1a64k7e8891935af9c614@mail.gmail.com> <1f97de60803211311s6f2cc864s93de0ed43a3f6775@mail.gmail.com> In-Reply-To: <1f97de60803211311s6f2cc864s93de0ed43a3f6775@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPL-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m2PAjhne029708 X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org Z W wrote: > Martin > I'm not sure what XQuery does and have no time to look into it to learn to > use it. > Remi > I don't think I have recursion problem. > > Folks, > How to I increase the heap size in the Windows Ant bat file ? I cant seem to > find it. > How does one also include the stack size in Windows Ant ? > I never add more than 1 value to a Windows Env variable via their GUI before > ? > How do I do that ? > 1. If you are using Java 5 or 6 you get the xsltc engine, which uses more memory than xalan. Go to xml.apache.org, grab xalan and it to ANT_HOME/lib -this may be enough 2. Select 'My computer' on the desktop, bring up the right-mouse-button menu and go to 'properties' -go to 'Advanced' -press the button marked 'environment variables' -set the property ANT_OPTS to something like -Xmx512m 3. open a new console (to pick up the new values); go echo %ANT_OPTS% to check 4. rerun your build. > -- Steve Loughran http://www.1060.org/blogxter/publish/5 Author: Ant in Action http://antbook.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org