Reputation: 187529
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.
Upvotes: 0
Views: 575
Reputation: 75671
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
Upvotes: 2