Java heap space
Posted
by Gandalf StormCrow
on Stack Overflow
See other posts from Stack Overflow
or by Gandalf StormCrow
Published on 2010-05-12T14:44:22Z
Indexed on
2010/05/12
14:54 UTC
Read the original article
Hit count: 282
maven-2
I get this message during build of my project
java.lang.OutOfMemoryError: Java heap space
How do I increase heap space, I've got 8Gb or RAM its impossible that maven consumed that much, I found this http://vikashazrati.wordpress.com/2007/07/26/quicktip-how-to-increase-the-java-heap-memory-for-maven-2-on-linux/ how to do it on linux, but I'm on windows 7. How can I change java heap space under windows ?
© Stack Overflow or respective owner