Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Created December 26, 2013 12:52
Show Gist options
  • Save vanpeerdevelopment/8133495 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8133495 to your computer and use it in GitHub Desktop.
Setting the heap and permgen space for maven.
SET MAVEN_OPTS=-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment