I use the Grails CloudFoundry plugin to deploy my Grails app. Almost as soon as the app has been started, it runs out of PermGen memory. Is there any way I can increase the amount of PermGen memory available?

I've seen this thread on the CloudFoundry forum, but it doesn't help much because I'm using the CloudFoundry Grails plugin to deploy rather than the vmc tool that's mentioned in the accepted answer.

link|improve this question

48% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Update to v1.2.1 of the plugin and see this bug for the syntax of how to use the cf-env-add script: http://jira.grails.org/browse/GPCLOUDFOUNDRY-28

link|improve this answer
If I run that command once, will it use those settings every time I subsequently run grails cf-push, grails cf-update, etc? – Don Jan 1 at 21:24
Yes - the settings are kept at the server. Run grails cf-env to see the vars that you've set. – Burt Beckwith Jan 1 at 22:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.