Closed GoogleCodeExporter closed 9 years ago
These params does not help:
"C:\Java\jre1.5.0_22\bin\javaw.exe" -Xss1024k -Xmn256M -Xms512M -Xmx1024M -
XX:MaxPermSize=1024M -jar "%1" %*
Original comment by me95...@gmail.com
on 31 Dec 2009 at 10:01
I'm not sure what you mean with those params. How are you specifying them?
I believe this can be resolved by giving maven more memory. You can use the
MAVEN_OPTS env var to specify additional java parameters it should use. i.e.
MAVEN_OPTS=”-Xmx1024m”
Original comment by JesusFre...@gmail.com
on 31 Dec 2009 at 4:22
Thank you JF!
This works -> set MAVEN_OPTS=-Xmx1024m
Original comment by me95...@gmail.com
on 31 Dec 2009 at 8:24
Great :)
Original comment by JesusFre...@gmail.com
on 31 Dec 2009 at 10:10
Original issue reported on code.google.com by
me95...@gmail.com
on 31 Dec 2009 at 9:11