I get this message during build of my project
java.lang.OutOfMemoryError: Java heap space
How do I increase heap space, I\'ve
On the Mac: Instead of JAVA_OPTS and MAVEN_OPTS, use _JAVA_OPTIONS instead. This works!
JAVA_OPTS
MAVEN_OPTS