I set the javadoc memory as well (although in doesn't fail on javadoc) it fails on unit test (used to be the second time around, jcoverage (junit-report comes before jcoverage), but today it don't even get the junit-report anymore, I think that's because we had more unit tests checked in yesterday). javadoc does run its own JVM and it works fine so far. if you have a big project handy, try to add a lot of reports and run more then 1 goal at once I'm sure you can reproduce this issue on your machine (like maven clean multiproject:site ...more goals here if JVM doesn't use more then 200m )
-Tigran -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 4:02 PM To: Maven Users List Subject: Re: m1.1b2 SET MAVEN_OPTS=-XX:MaxPermSize=1024m doesn't work Where does the site fail? If it is inside something like javadoc, its probably because you need to change the javadoc memory settings, not the maven seetings. - Brett On 11/22/05, Antonyan, Tigran(GE Infrastructure) <[EMAIL PROTECTED]> wrote: > Hi all > > I'm experiencing a problem with JVM heap size (maven multiproject:site fails > when JVM memory usage reaches to 220m) I've tried SET > MAVEN_OPTS=-XX:MaxPermSize=1024m from command line it didn't work, I changed > MAVEN_OPTS value from %MAVEN_HOME%/bin/maven to 1024(originaly it was 256m) > and when this too didn't help I started to think that this is a bug in > maven1.1 beta 2, > did anyone have success changing this value? am I doing something wrong? > > Thank you in advance for your time and help! > > Regards, > Tigran Antonyan > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
