Re: OutOfMemoryError on large complex build

2006-03-14 Thread Tommy Nordgren
You might try checking exactly which java version you are using. I think some releases have memory leaks. On 14 mar 2006, at 17.45, Mike Miller wrote: I am trying to resolve an OutOfMemoryError within our build process. We have a work-around but would really like to be able to run our ‘sta

RE: OutOfMemoryError on large complex build

2006-03-14 Thread Mike Miller
-Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 1:14 PM To: Ant Users List Subject: Re: OutOfMemoryError on large complex build > Have set ANT_OPTS=-Xmx1024m and our compile tasks use fork="true". You've covered the us

Re: OutOfMemoryError on large complex build

2006-03-14 Thread Dominique Devienne
> Have set ANT_OPTS=-Xmx1024m and our compile tasks use fork="true". You've covered the usual "fixes", so I'm not sure what else you could do beside somehow "forking" ejbdoclet. To do that, you'd need to be able to replicate what the task does with a , which might not be trivial. Maybe someone el

OutOfMemoryError on large complex build

2006-03-14 Thread Mike Miller
I am trying to resolve an OutOfMemoryError within our build process. We have a work-around but would really like to be able to run our ‘standard’ targets to get everything built. We have a 3 layer file structure for components, modules then submodules. Our compile target is compile.all.all wh