aboutsummarylogtreecommitdiffstats
path: root/minecraftd.conf
diff options
context:
space:
mode:
authorGordian Edenhofer2021-03-19 22:58:54 +0100
committerGordian Edenhofer2021-03-19 22:58:54 +0100
commitddaca70472788be27c8faabcf43dd212c6193d2c (patch)
treeaabf50f782d346664ffb282df33abb173bfa23f2 /minecraftd.conf
parentc7db82d530a640ceb2c7e91b996e3f5b39690399 (diff)
downloadaur-ddaca70472788be27c8faabcf43dd212c6193d2c.tar.gz
upgpkg: minecraft-server 1.16.5-2
Remove highly specific `ParallelGCThreads` argument from default config for Java based minecraft servers. Refine tmpfiles.d handling to more specifically target files provided by the package. Additional files created by executing the server should already be captured by the umask of the game user running the server. upgpkg: cuberite 1.12.2b191-1 upgpkg: papermc 1.16.5+b558-1 upgpkg: spigot 1.16.5+b126-1
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