Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 35361 invoked from network); 21 Apr 2005 10:18:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2005 10:18:10 -0000 Received: (qmail 15912 invoked by uid 500); 21 Apr 2005 10:17:58 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 15868 invoked by uid 500); 21 Apr 2005 10:17:57 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 15841 invoked by uid 99); 21 Apr 2005 10:17:57 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.lexisnexis.at (HELO mail.lexisnexis.at) (212.27.108.99) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 21 Apr 2005 03:17:57 -0700 Received: from mail.lexisnexis.at (lngviecl11.orac.local) by mail.lexisnexis.at (Clearswift SMTPRS 5.0.4) with ESMTP id for ; Thu, 21 Apr 2005 12:21:04 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: AW: Out of Memory Error X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 21 Apr 2005 12:19:17 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Out of Memory Error Thread-Index: AcVGWBcDJGHZojRYQBeYWgX0lYb+rgAASHFQAACM8AA= From: "Huditsch Roman" To: "Ant Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I think I found a working solution with Ivan's help. Thanks a lot. wbr, Roman > -----Urspr=FCngliche Nachricht----- > Von: Huditsch Roman [mailto:Roman.Huditsch@lexisnexis.at]=20 > Gesendet: Donnerstag, 21. April 2005 12:06 > An: Ant Users List > Betreff: AW: Out of Memory Error >=20 > Hi Ivan, >=20 > Thanks a lot for this very useful information. > I didn't know about the ANT_OPTS env variable... > I just altered my ant.bat file, but there seems to be a prob=20 > with the initialization of my VM... >=20 > I get the following error message: > Error occurred during initialization of VM Incompatible=20 > initial and maximum heap sizes specified >=20 > I tried it with different value pairs, too. > According to my system information, I should habe about 504MB memory. > I just tried to find some info on the web, but with no success yet. > Thanks a lot for your help! >=20 > wbr, > Roman=20 >=20 > > -----Urspr=FCngliche Nachricht----- > > Von: Ivan Ivanov [mailto:rambiusparkisanius@yahoo.com] > > Gesendet: Donnerstag, 21. April 2005 11:53 > > An: Ant Users List > > Betreff: Re: Out of Memory Error > >=20 > > Good Morning Roman > > --- Huditsch Roman > > wrote: > > > Good morning list, > > >=20 > > > I encountered a slight problem, when doing my xslt > > transformations by > > > an ant build file. > > > It seems that I am running out of memory. > > > Do can I give ant a bigger share of my memory? > > Yes, you can use ANT_OPTS environment variable: > > export ANT_OPTS=3D "-Xms256M -Xmx512M " > >=20 > > > Do I have to alter ant.bat? > > No, if you use ANT_OPTS. > > > Or is it possible that there is an other problem with my=20 > xslt tasks? > > Actually, there might be a problem with your xsl=20 > transformations, for=20 > > example some inefficient operation. The xslt task itself is not=20 > > resource-hungry it just starts the transformation. Usually, it is=20 > > adviced if one encounter such an error to revise her xslt, but I am=20 > > not very much XSLT literate (unfortunately), so I know no starting=20 > > points to do it. > >=20 > > > I am using a chain of > > > > > style=3D"stylesheets/convert_date.xslt" > > > classpath=3D"net.sf.saxon.Transform" > > > processor=3D"trax" extension=3D".xml"/> > > > instructions.... > > >=20 > > > Thanks for any help! > >=20 > > Regards > > Ivan > > >=20 > > > wbr, > > > Roman > > >=20 > > > > >=20 > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > > user-unsubscribe@ant.apache.org > > > For additional commands, e-mail: > > > user-help@ant.apache.org > > >=20 > > >=20 > >=20 > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around=20 > > http://mail.yahoo.com > >=20 > >=20 > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For=20 > additional=20 > > commands, e-mail: user-help@ant.apache.org > >=20 > >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For=20 > additional commands, e-mail: user-help@ant.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org