Hi,
Just wanted to drop a note and thank you for your tip. It has fixed my
problem.


-max

-----Original Message-----
From: mruff [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 23, 2004 11:06
To: Maven Users List
Subject: Re: Out of mermory

Hi Massimo
yep, there is a property: MAVEN_OPTS
My build scripts loos like:

set MAVEN_OPTS=-Xmx1024m
call maven -Dversion=development
on windows
or
export MAVEN_OPTS=-Xmx1024m
maven -Dversion=development
on linux

>Hi, 
>
>How do I resolve an out of memory when building a site. This is what I
>get on the console. The machine has 1GB of physical memory. Are there
>any arguments I can pass to maven. 
>
> 
>
>Root cause
>
>java.lang.OutOfMemoryError
>
>Root cause
>
>java.lang.OutOfMemoryError
>
>Final Memory: 157M/158M
>
> 
>
> 
>
> 
>
>Thanks you for your kind reply
>
> 
>
>max
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to