Re: java.lang.OutOfMemoryError: PermGen space

2010-10-11 Thread dsh
You have to use java -d32 on a Mac to force usage of a 32bit data model. On Tue, Oct 12, 2010 at 12:48 AM, Ted Kirby wrote: > On Mon, Oct 11, 2010 at 7:52 AM, Kevan Miller wrote: >> >> On Oct 10, 2010, at 1:04 AM, mohamed.chebbi wrote: >> >>> hi >>> >>> i'm tring to build geronimo from trunc >>>

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-11 Thread Ted Kirby
On Mon, Oct 11, 2010 at 7:52 AM, Kevan Miller wrote: > > On Oct 10, 2010, at 1:04 AM, mohamed.chebbi wrote: > >> hi >> >> i'm tring to build geronimo from trunc >> >> but i still get : >> >> java.lang.OutOfMemoryError: PermGen space >> >> >> with mvn clean install >> >> >> i have MAVEN_OPTS set to

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-11 Thread Kevan Miller
On Oct 10, 2010, at 1:04 AM, mohamed.chebbi wrote: > hi > > i'm tring to build geronimo from trunc > > but i still get : > > java.lang.OutOfMemoryError: PermGen space > > > with mvn clean install > > > i have MAVEN_OPTS set to: > > %echo $MAVEN_OPTS > -Xms256m -Xmx512m -XX:MaxPermSize=128

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-11 Thread Delos
What's your maven version? On Mon, Oct 11, 2010 at 1:56 AM, dsh wrote: > At OpenEJB we are using this setting, which turned out to be > appropriate. Not sure about Geronimo... > > -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m > > Cheers > Daniel > > On Sun, Oct 10, 2010 at 7:04 AM, mohamed.cheb