Skip to content

Instantly share code, notes, and snippets.

@jozic
Created January 6, 2017 17:25
Show Gist options
  • Save jozic/2f6d932e4f1e72f02763a68957e90777 to your computer and use it in GitHub Desktop.
Save jozic/2f6d932e4f1e72f02763a68957e90777 to your computer and use it in GitHub Desktop.
intellij-memory
alias intellij-memory="find ~/apps -iname '*.vmoptions' | xargs sed -i 's/-Xms.*$/-Xms2g/g;s/-Xmx.*$/-Xmx4g/g'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment