forked from 2009Scape/Server
Added -Xmx flag to specify the amount of RAM the server allocates
This commit is contained in:
parent
cc6f33ab7e
commit
bc5958b60d
1 changed files with 1 additions and 1 deletions
2
run
2
run
|
|
@ -10,7 +10,7 @@ REFRESH_BUILD=1
|
|||
|
||||
GAMESERVER_ONLY=1
|
||||
|
||||
GS_EXEC="cd $GS_SRC && java -Dnashorn.args=--no-deprecation-warning -jar $BUILD_DIR/server.jar"
|
||||
GS_EXEC="cd $GS_SRC && java -Xmx7g -Dnashorn.args=--no-deprecation-warning -jar $BUILD_DIR/server.jar"
|
||||
MS_EXEC="cd $MS_SRC && java -Dnashorn.args=--no-deprecation-warning -jar $BUILD_DIR/ms.jar"
|
||||
|
||||
# 0: parallel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue