Monthly Archives: January 2010

Generating UML class diagrams from Grails domain model

In this post I compare the existing Grails plugins to generate UML class diagrams. Continue reading

Posted in Grails | Tagged | 2 Comments

Give the tomcat a bit more memory

If Tomcat needs more memory then you have to add the following line to the catalina config file. Windows (catalina.bat) set JAVA_OPTS=%JAVA_OPTS% -server -Xms512M -Xmx768M -XX:MaxPermSize=128m Grails 1.2 default PermGen memory is set to 96MB. The Sun JVMs default is … Continue reading

Posted in Tomcat | Tagged , | Leave a comment