summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthisischrys2021-03-07 09:49:41 +0100
committerthisischrys2021-03-07 09:49:41 +0100
commit3b4b7a381317feae2ebf19be88892c717b897935 (patch)
tree7e1c42f154f99298cbd5a4f43d87799352f9fa2c
parent1da3c89553115863b7b930ddf7b11d114b668e67 (diff)
downloadaur-3b4b7a381317feae2ebf19be88892c717b897935.tar.gz
forgot to commit forged.conf
-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