-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
docker container image: itzg/minecraft-server
running on a debian/linux
8Core 16GB ram cloud server
no plugins / minimal changed configuration.docker compose:
{{version: '3.6'
services:
minecraft:
container_name: vanilla
image: itzg/minecraft-server
ports:- "25565:25565"
environment:
EULA: "TRUE"
TYPE: "SPIGOT"USE_AIKAR_FLAGS: "true"
ENABLE_AUTOPAUSE: "FALSE"
AUTOPAUSE_TIMEOUT_EST: "7200"
AUTOPAUSE_TIMEOUT_KN: "240"
TZ: "Europe/Berlin"
MEMORY: "4G"volumes:
- "~/mc/data:/data"}}
docker container image: itzg/minecraft-server running on a debian/linux 8Core 16GB ram cloud server no plugins / minimal changed configuration. docker compose: {{version: '3.6' services: minecraft: container_name: vanilla image: itzg/minecraft-server ports: "25565:25565" environment: EULA: "TRUE" TYPE: "SPIGOT" USE_AIKAR_FLAGS: "true" ENABLE_AUTOPAUSE: "FALSE" AUTOPAUSE_TIMEOUT_EST: "7200" AUTOPAUSE_TIMEOUT_KN: "240" TZ: "Europe/Berlin" MEMORY: "4G" volumes: "~/mc/data:/data"}}
-
latest (cannot run /version)
-
Yes
The Server is running in a docker container useing the base configuration. The tick timeout has been changed to -1 to disable the watchdog for use with the AUTOPAUSE feature of the docker image. the feature is disabled in the docker compose for testing, but since the crash remained it is not related to this.
Sadly the log file is not of any help to me, I cant figure out what the issue is.
The server should have enough power for a basic vanilla server, as i was running All-The-Mods-6 on it without any issues.
(#####) has been added to the server.properties file to obfuscate the name of the server... Was only Alphabetical name.