Re: Newbie Build Help

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, Everitt, Glenn wrote: All of the test failures seem to be: java.lang.OutOfMemoryError: PermGen space Try increasing the amount of memory you allocate to java. Since you're running ant, you can't just tack on -Xmx, instead you need to pop that in the environment variable

Re: Newbie Build Help

2007-05-30 Thread Andrew C. Oliver
that will have no effect. -Xmx doens't affect perm gen. http://wiki.jboss.org/wiki/Wiki.jsp?page=PermanentGeneration Nick Burch wrote: On Wed, 30 May 2007, Everitt, Glenn wrote: All of the test failures seem to be: java.lang.OutOfMemoryError: PermGen space Try increasing the amount of

Re: Newbie Build Help

2007-05-30 Thread Nick Burch
On Wed, 30 May 2007, Andrew C. Oliver wrote: that will have no effect. -Xmx doens't affect perm gen. http://wiki.jboss.org/wiki/Wiki.jsp?page=PermanentGeneration Ah, that's worth knowing. Looks like ANT_OPTS=-XX:PermSize=64M ant might be the one to go for Nick

RE: Newbie Build Help

2007-05-30 Thread Everitt, Glenn
-Original Message- From: Nick Burch [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 11:31 AM To: POI Developers List Subject: Re: Newbie Build Help On Wed, 30 May 2007, Andrew C. Oliver wrote: that will have no effect. -Xmx doens't affect perm gen. http://wiki.jboss.org/wiki