Skip to content

Instantly share code, notes, and snippets.

@bridiver
Created December 1, 2013 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bridiver/7735639 to your computer and use it in GitHub Desktop.
Save bridiver/7735639 to your computer and use it in GitHub Desktop.
Fix for java.lang.OutOfMemoryError: PermGen space in JRuby
JRUBY_OPTS=--1.9 -J-XX:+CMSClassUnloadingEnabled -J-XX:MaxPermSize=256m -J-Xmx1024m -J-Xms1024m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment