Skip to content

Commit

Permalink
#311: avoid explicit heap tunings (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Nov 26, 2019
1 parent 8b1b818 commit b1d9fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/src/main/resources/scripts/devon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export JAVA_HOME=${DEVON_IDE_HOME}/software/java
#export M2_REPO=~/.m2/repository
export M2_REPO=${DEVON_IDE_HOME}/conf/.m2/repository
export MAVEN_HOME=${DEVON_IDE_HOME}/software/maven
export MAVEN_OPTS=-Xmx512m -Duser.home=${DEVON_IDE_HOME}/conf
export MAVEN_OPTS=-Duser.home=${DEVON_IDE_HOME}/conf

# Eclipse
ECLIPSE_VMARGS=-Xms128M -Xmx768M
#ECLIPSE_VMARGS=-Xms128M -Xmx768M

0 comments on commit b1d9fda

Please sign in to comment.