Re: [M2] Out of memory exceptions

2005-09-20 Thread Carsten Ziegeler
Brett Porter wrote: > Though the devs are interested to hear what memory usage you were > encountering... > > Cocoon could be a good test case to see if we can reduce the amount of > memory used. > :) The more I think about it, the more I come to the conclusion that m2 might have a memory leak.

Re: [M2] Out of memory exceptions

2005-09-19 Thread Brett Porter
Though the devs are interested to hear what memory usage you were encountering... Cocoon could be a good test case to see if we can reduce the amount of memory used. - Brett Carsten Ziegeler wrote: >Kenney Westerhof schrieb: > > >>On Mon, 19 Sep 2005, Carsten Ziegeler wrote: >> >>Yes, set the

Re: [M2] Out of memory exceptions

2005-09-19 Thread Carsten Ziegeler
Kenney Westerhof schrieb: > On Mon, 19 Sep 2005, Carsten Ziegeler wrote: > > Yes, set the environment variable MAVEN_OPTS; it's value is passed > as JVM arguments. > Ok, thanks > Btw this is a typical user question, you best use the users list for these > types of questions. > Yepp, you're righ

Re: [M2] Out of memory exceptions

2005-09-19 Thread Kenney Westerhof
On Mon, 19 Sep 2005, Carsten Ziegeler wrote: Yes, set the environment variable MAVEN_OPTS; it's value is passed as JVM arguments. Btw this is a typical user question, you best use the users list for these types of questions. -- Kenney > We get out of memory exceptions while trying to do a fresh

[M2] Out of memory exceptions

2005-09-19 Thread Carsten Ziegeler
We get out of memory exceptions while trying to do a fresh build of Cocoon (it consists of approx 60 sub projects with several dependencies). Invoking the build after the OOM occured then builds the remaining parts of the project. Is there any way to increase the memory for m2? Is setting the usua