Created
December 26, 2013 12:52
-
-
Save vanpeerdevelopment/8133495 to your computer and use it in GitHub Desktop.
Setting the heap and permgen space for maven.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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