Details
Description
In TomcatServer.groovy line 146 a hardcoded jvmarg with value "-Xmx512m" is passed to the ant java task, but the jvm args defined for Grails are ignored. In my case this causes permgen errors when I try to "run-war" my app.
In TomcatServer.groovy line 146 a hardcoded jvmarg with value "-Xmx512m" is passed to the ant java task, but the jvm args defined for Grails are ignored. In my case this causes permgen errors when I try to "run-war" my app.
Also effects Grails 1.2.3 (the tomcat-1.2.3 plugin)