please help: OutOfMemoryError with -Xmx1024M -XX:MaxPermSize=512m

2008-01-27 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, the build of my projects site does not work anymore. I do this: export MVN_OPTS=-Xmx1024M -XX:MaxPermSize=512m mvn install -Dmaven.test.skip=true mvn -npu -fae -Pcodehaus site:stage -DstagingDirectory=${STAGE_DIR} The problem occured

Re: please help: OutOfMemoryError with -Xmx1024M -XX:MaxPermSize=512m

2008-01-27 Thread sebb
Try export MAVEN_OPTS=-Xmx1024M -XX:MaxPermSize=512m instead. As far as I can see, MVN_OPTS is not used by Maven. On 27/01/2008, Joerg Hohwiller [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, the build of my projects site does not work anymore. I do