MAVEN_OPTS : How to increase JVM memory
MAVEN_OPTS : How to increase JVM memory In this post, we will see how to increase JVM memory using the environment variable MAVEN_OPTS. MAVEN_OPTS is the Java runtime option used when Maven is run. Sometimes, while running a large number of JBehave stories we might get OutOfMemoryError at runtime. For example, we might get something […]