summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--forged.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/forged.conf b/forged.conf
index b0381c90bbd5..090662a0fc55 100644
--- a/forged.conf
+++ b/forged.conf
@@ -14,8 +14,7 @@ SESSION_NAME="forge-1.14.4"
# 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="/usr/lib/jvm/java-8-openjdk/jre/bin/java -Xms512M -Xmx1024M -XX:ParallelGCThreads=1 -jar './${MAIN_EXECUTABLE}' nogui"
+SERVER_START_CMD="/usr/lib/jvm/java-8-openjdk/jre/bin/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