diff --git a/entrypoint.sh b/entrypoint.sh index 05990e6..7803f13 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,3 @@ #!/bin/sh -java $JAVA_OPTS -jar /minecraft/$FORGE_JAR nogui \ No newline at end of file +java -Xmx${JAVA_RAM} -Xms${JAVA_RAM} $JAVA_OPTS -jar /minecraft/$FORGE_JAR nogui \ No newline at end of file