mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-27 17:48:35 +00:00
up minecraft to 16G
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ cleanup() {
|
||||
|
||||
trap 'cleanup' SIGTERM SIGINT
|
||||
|
||||
java -Xmx1024M -Xms1024M -jar server.jar nogui &
|
||||
java -Xmx16G -Xms16G -jar server.jar nogui &
|
||||
wait $! # wait for SIGTERM
|
||||
wait $! # wait for server to stop
|
||||
|
||||
Reference in New Issue
Block a user