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
>>>
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
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
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