diff --git a/09HDscape-server/Crandor Server - 530 - World 1.bat b/09HDscape-server/Crandor Server - 530 - World 1.bat index 1457ba8f0..c07f0a926 100644 --- a/09HDscape-server/Crandor Server - 530 - World 1.bat +++ b/09HDscape-server/Crandor Server - 530 - World 1.bat @@ -1,4 +1,4 @@ @echo off @title World 1 -java -server -Xms512m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.keldagrim.Main server1.properties +java -server -Xms512m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.crandor.Main server1.properties pause \ No newline at end of file diff --git a/09HDscape-server/Crandor Server - 530 - World 2.bat b/09HDscape-server/Crandor Server - 530 - World 2.bat index 7ccd6f161..cf5814e6f 100644 --- a/09HDscape-server/Crandor Server - 530 - World 2.bat +++ b/09HDscape-server/Crandor Server - 530 - World 2.bat @@ -1,4 +1,4 @@ @echo off @title World 2 -java -server -Xms1024m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.keldagrim.Main server2.properties -pause \ No newline at end of file +java -server -Xms1024m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.crandor.Main server2.properties +pause diff --git a/09HDscape-server/Crandor Server - 530 - World 3.bat b/09HDscape-server/Crandor Server - 530 - World 3.bat index a5831e864..ba7ae6d7f 100644 --- a/09HDscape-server/Crandor Server - 530 - World 3.bat +++ b/09HDscape-server/Crandor Server - 530 - World 3.bat @@ -1,4 +1,4 @@ @echo off @title World 3 -java -server -Xms1024m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.keldagrim.Main server3.properties -pause \ No newline at end of file +java -server -Xms1024m -Xmx1536m -XX:NewSize=32m -XX:MaxPermSize=128m -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+AggressiveOpts -cp bin;data/libs/*;data/libs/slf4j/*; org.crandor.Main server3.properties +pause