Change location ram args

This commit is contained in:
Michael G
2017-08-01 10:40:45 +02:00
parent aee03d3f25
commit 7d3de455a5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
java $JAVA_OPTS -jar /minecraft/$MINECRAFT_JAR nogui
java -Xmx${JAVA_RAM} -Xms${JAVA_RAM} $JAVA_OPTS -jar /minecraft/$MINECRAFT_JAR nogui