Skip to content

Instantly share code, notes, and snippets.

@ddelponte
Created March 8, 2013 16:13
Show Gist options
  • Save ddelponte/5117581 to your computer and use it in GitHub Desktop.
Save ddelponte/5117581 to your computer and use it in GitHub Desktop.
Run this to avoid PermGen errors when running Grails integration tests at the command line
export JAVA_OPTS="-XX:MaxPermSize=512m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment