Grails

Setting JVM args for grails run-war

While working on my project using Grails 2.0.3, I was getting java.lang.OutOfMemoryError with grails run-war even when my JAVA_OPTS are set. Then while going through documentation and this thread i found how to set jvm args for grails run-war. Just add this code in your BuildConfig.groovy and you are done. [code]...

by Ankur Tripathi
Tag: Grails run-war JVM args
19-May-2012