We have a project that contains a Grails build step that runs the Grails test suites. However, we are struggling to understand how to supply PermGen settings to the Grails command line. We have multiple targets for the grails task "clean dbm-update test-app". We can supply a number of properties that get included in the command line for each task. However, they are all prefixed with "-D" and are therefore no use for supplying the memory settings like "-Xmx1024M -Xms1024M -XX:PermSize=1024m -XX:MaxPermSize=1024m ". What is the suggested approach for setting the memory preferences for the grails task?
Thanks Jon
