Skip to content

Commit

Permalink
Increase Java RAM to 4GB
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Sep 11, 2016
1 parent a971693 commit 4c5b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/init.d/minecraft_server
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
MC_USER=minecraft # User name running the minecraft server
MC_PROC=spigot.jar # name of minecraft jar file
MC_DIR=/minecraft/ # Directory where the server should run
MC_JAVA_OPS='-Xmx1G -Xms1G' # java options for minecraft server
MC_JAVA_OPS='-Xmx4G -Xms4G' # java options for minecraft server

JAVACMD=$(which java)

Expand Down

0 comments on commit 4c5b1b2

Please sign in to comment.