aboutsummarylogtreecommitdiffstats
path: root/minecraftd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'minecraftd.conf')
-rw-r--r--minecraftd.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/minecraftd.conf b/minecraftd.conf
index ab934af18883..13f337174def 100644
--- a/minecraftd.conf
+++ b/minecraftd.conf
@@ -14,8 +14,7 @@ SESSION_NAME="minecraft"
# System parameters for java
# -Xms sets the intial heap size (must be a multiple of 1024 and greater than 2MB, no spaces!)
# -Xmx sets the maximum heap size (must be a multiple of 1024 and greater than 2MB, no spaces!)
-# -XX:ParallelGCThreads defines the number of threads the server may use
-SERVER_START_CMD="java -Xms512M -Xmx1024M -XX:ParallelGCThreads=1 -jar './${MAIN_EXECUTABLE}' nogui"
+SERVER_START_CMD="java -Xms512M -Xmx1024M -jar './${MAIN_EXECUTABLE}' nogui"
# System parameters for the actual game server
# Describes whether a daemon process which stops the server if it is not used by a player