Re: [Geotools-devel] test case memory

2007-04-06 Thread Martin Desruisseaux
Andrea Aime a écrit : > Afaik the current defaults are so high to allow merged javadoc generation Then we should set this value to 1024M only when maven is run with the "maven.site.build" profile, and use the 128M value otherwise. Martin -

Re: [Geotools-devel] test case memory

2007-04-06 Thread Andrea Aime
Justin Deoliveira ha scritto: > Hi all, > > Currently the root pom on trunk uses a max heap size of 1024M, and 2.3.x > uses 512M. I am having problems with our build server running out of > memory with these max heap sizes specified. > > I would like to set a lower value in the pom, like around 1

Re: [Geotools-devel] test case memory

2007-04-05 Thread Farber, Saul (ENV)
+1 from me --saul -Original Message- From: [EMAIL PROTECTED] on behalf of Justin Deoliveira Sent: Thu 4/5/2007 2:49 PM To: Geotools-devel Subject: [Geotools-devel] test case memory Hi all, Currently the root pom on trunk uses a max heap size of 1024M, and 2.3.x uses 512M. I am having

[Geotools-devel] test case memory

2007-04-05 Thread Justin Deoliveira
Hi all, Currently the root pom on trunk uses a max heap size of 1024M, and 2.3.x uses 512M. I am having problems with our build server running out of memory with these max heap sizes specified. I would like to set a lower value in the pom, like around 128M. However I don't want to just make the c