Skip to content

Instantly share code, notes, and snippets.

@blotto
Created February 26, 2013 22:06
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save blotto/5042703 to your computer and use it in GitHub Desktop.
increase permGen heapSize for Jenkins on MacOSx
sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
sudo touch /Library/Preferences/org.jenkins-ci
sudo defaults write /Library/Preferences/org.jenkins-ci permGen 512m
sudo defaults write /Library/Preferences/org.jenkins-ci heapSize 2048m
sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment