itzg / docker-minecraft-server

Docker image that provides a Minecraft Server that will automatically download selected version at startup

Home Page:https://docker-minecraft-server.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using of paramenters 'MEMORY', 'INIT_MEMORY' and 'MAX_MEMORY' ends up with server crush

MaxLevs opened this issue · comments

Describe the problem

I've tried to set up memory heap size with this args and find out that they brokes the server.
I've created compose-file with 3 types of servers (forge) without mods. The only changes are memory args usages.

Results:
image

OS: Windows 11
CPU: 13th Gen Intel i9-13900KF (32) @ 3.000GHz
Memory: 65359MiB
Docker: v4.31.0

Container definition

name: mc_itzg_memroy_option_test

services:
  mc-use-no-memory:
    image: itzg/minecraft-server:java17
    environment:
      EULA: true
      VERSION: "1.20.1"
      TYPE: FORGE
      FORGE_VERSION: "47.2.30"
      
  mc-use-init-and-max-memory:
    image: itzg/minecraft-server:java17
    environment:
      EULA: true
      VERSION: "1.20.1"
      TYPE: FORGE
      FORGE_VERSION: "47.2.30"
      INIT_MEMORY: "2G"
      MAX_MEMORY: "8G"

  mc-use-just-memory:
    image: itzg/minecraft-server:java17
    environment:
      EULA: true
      VERSION: "1.20.1"
      TYPE: FORGE
      FORGE_VERSION: "47.2.30"
      MEMORY: "2G"

Container logs

mc-use-no-memory

2024-06-07 15:06:14 [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 2 1000 1000 4096 Jun  5 12:48 /data'
2024-06-07 15:06:14 [init] Resolving type given FORGE
2024-06-07 15:06:16 [mc-image-helper] 12:06:16.494 INFO  : Downloading Forge installer 47.2.30 for Minecraft 1.20.1
2024-06-07 15:06:17 [mc-image-helper] 12:06:17.840 INFO  : Running Forge 47.2.30 installer for Minecraft 1.20.1. This might take a while...
2024-06-07 15:06:57 [init] Creating server properties in /data/server.properties
2024-06-07 15:06:57 [init] Disabling whitelist functionality
2024-06-07 15:06:58 [mc-image-helper] 12:06:58.178 INFO  : Created/updated 4 properties in /data/server.properties
2024-06-07 15:06:59 [init] Setting initial memory to 1G and max to 1G
2024-06-07 15:07:00 [init] Using Forge supplied run.sh script...
2024-06-07 15:07:01 2024-06-07 12:07:01,262 main WARN Advanced terminal features are not available in this environment
2024-06-07 15:07:01 [12:07:01] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.30, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
2024-06-07 15:07:01 [12:07:01] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.11 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.146.1-microsoft-standard-WSL2
2024-06-07 15:07:01 [12:07:01] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Configuration file /data/config/fml.toml is not correct. Correcting
2024-06-07 15:07:01 [12:07:01] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSkipGLVersions] was corrected from null to []
2024-06-07 15:07:01 [12:07:01] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSquir] was corrected from null to false
2024-06-07 15:07:01 [12:07:01] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowShowCPU] was corrected from null to false
2024-06-07 15:07:01 [12:07:01] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
2024-06-07 15:07:01 [12:07:01] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
2024-06-07 15:07:01 [12:07:01] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.30/fmlcore-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:07:01 [12:07:01] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.30/javafmllanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:07:01 [12:07:01] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.30/lowcodelanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:07:01 [12:07:01] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.30/mclanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:07:01 [12:07:01] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
2024-06-07 15:07:02 [12:07:02] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
2024-06-07 15:07:04 [12:07:04] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.30, for MC 1.20.1 with MCP 20230612.114412
2024-06-07 15:07:04 [12:07:04] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.2.30 Initialized
2024-06-07 15:07:04 [12:07:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
2024-06-07 15:07:04 [12:07:04] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2024-06-07 15:07:04 [12:07:04] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/assets/.mcassetsroot' uses unexpected schema
2024-06-07 15:07:04 [12:07:04] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/data/.mcassetsroot' uses unexpected schema
2024-06-07 15:07:04 [12:07:04] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.2.30 Target: 47.3.0
2024-06-07 15:07:05 [12:07:05] [main/INFO] [minecraft/RecipeManager]: Loaded 7 recipes
2024-06-07 15:07:05 [12:07:05] [main/INFO] [minecraft/AdvancementList]: Loaded 1271 advancements
2024-06-07 15:07:05 [12:07:05] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.20.1
2024-06-07 15:07:05 [12:07:05] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
2024-06-07 15:07:05 [12:07:05] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
2024-06-07 15:07:05 [12:07:05] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
2024-06-07 15:07:05 [12:07:05] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
2024-06-07 15:07:05 [12:07:05] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file ./world/serverconfig/forge-server.toml is not correct. Correcting
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}. 
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringBlockEntities was corrected from null to its default, false. 
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false. 
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false. 
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBaseSummonChance was corrected from null to its default, 0.1. 
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBabyChance was corrected from null to its default, 0.05. 
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.permissionHandler was corrected from null to its default, forge:default_handler. 
2024-06-07 15:07:05 [12:07:05] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.advertiseDedicatedServerToLan was corrected from null to its default, true. 
2024-06-07 15:07:05 [12:07:05] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
2024-06-07 15:07:07 [12:07:07] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
2024-06-07 15:07:07 [12:07:07] [Netty Epoll Server IO #1/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
2024-06-07 15:07:07 [12:07:07] [Worker-Main-17/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:07:07 [12:07:07] [Worker-Main-19/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:07:08 [12:07:08] [Worker-Main-29/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:07:08 [12:07:08] [Worker-Main-22/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 4%
2024-06-07 15:07:09 [12:07:09] [Worker-Main-18/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 9%
2024-06-07 15:07:09 [12:07:09] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 15%
2024-06-07 15:07:10 [12:07:10] [Worker-Main-26/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 23%
2024-06-07 15:07:10 [12:07:10] [Worker-Main-4/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 29%
2024-06-07 15:07:11 [12:07:11] [Worker-Main-21/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 32%
2024-06-07 15:07:11 [12:07:11] [Worker-Main-26/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 41%
2024-06-07 15:07:12 [12:07:12] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 47%
2024-06-07 15:07:12 [12:07:12] [Netty Epoll Server IO #2/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
2024-06-07 15:07:12 [12:07:12] [Worker-Main-19/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 55%
2024-06-07 15:07:13 [12:07:13] [Worker-Main-31/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 62%
2024-06-07 15:07:13 [12:07:13] [Worker-Main-3/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 70%
2024-06-07 15:07:14 [12:07:14] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 79%
2024-06-07 15:07:14 [12:07:14] [Worker-Main-9/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 83%
2024-06-07 15:07:15 [12:07:15] [Worker-Main-6/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 92%
2024-06-07 15:07:15 [12:07:15] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Time elapsed: 8300 ms
2024-06-07 15:07:15 [12:07:15] [Server thread/INFO] [minecraft/DedicatedServer]: Done (9.730s)! For help, type "help"
2024-06-07 15:07:15 [12:07:15] [Server thread/INFO] [minecraft/DedicatedServer]: Starting remote control listener
2024-06-07 15:07:15 [12:07:15] [Server thread/INFO] [minecraft/GenericThread]: Thread RCON Listener started
2024-06-07 15:07:15 [12:07:15] [Server thread/INFO] [minecraft/RconThread]: RCON running on 0.0.0.0:25575
2024-06-07 15:07:15 [12:07:15] [LanServerPinger #1/WARN] [minecraft/LanServerPinger]: LanServerPinger: Network is unreachable
2024-06-07 15:07:15 [12:07:15] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
2024-06-07 15:11:08 [12:11:08] [Server thread/WARN] [minecraft/Connection]: handleDisconnection() called twice

mc-use-init-and-max-memory

2024-06-07 15:04:29 [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 2 1000 1000 4096 Jun  5 12:48 /data'
2024-06-07 15:04:29 [init] Resolving type given FORGE
2024-06-07 15:04:31 [mc-image-helper] 12:04:31.473 INFO  : Downloading Forge installer 47.2.30 for Minecraft 1.20.1
2024-06-07 15:04:32 [mc-image-helper] 12:04:32.881 INFO  : Running Forge 47.2.30 installer for Minecraft 1.20.1. This might take a while...
2024-06-07 15:05:02 [init] Creating server properties in /data/server.properties
2024-06-07 15:05:02 [init] Disabling whitelist functionality
2024-06-07 15:05:02 [mc-image-helper] 12:05:02.955 INFO  : Created/updated 4 properties in /data/server.properties
2024-06-07 15:05:04 [init] Setting initial memory to 2G and max to 8G
2024-06-07 15:05:05 [init] Using Forge supplied run.sh script...
2024-06-07 15:05:06 2024-06-07 12:05:06,534 main WARN Advanced terminal features are not available in this environment
2024-06-07 15:05:06 [12:05:06] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.30, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
2024-06-07 15:05:06 [12:05:06] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.11 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.146.1-microsoft-standard-WSL2
2024-06-07 15:05:06 [12:05:06] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Configuration file /data/config/fml.toml is not correct. Correcting
2024-06-07 15:05:06 [12:05:06] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSkipGLVersions] was corrected from null to []
2024-06-07 15:05:06 [12:05:06] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSquir] was corrected from null to false
2024-06-07 15:05:06 [12:05:06] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowShowCPU] was corrected from null to false
2024-06-07 15:05:06 [12:05:06] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
2024-06-07 15:05:06 [12:05:06] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
2024-06-07 15:05:06 [12:05:06] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.30/fmlcore-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:06 [12:05:06] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.30/javafmllanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:06 [12:05:06] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.30/lowcodelanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:06 [12:05:06] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.30/mclanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:06 [12:05:06] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
2024-06-07 15:05:07 [12:05:07] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
2024-06-07 15:05:12 [12:05:12] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.30, for MC 1.20.1 with MCP 20230612.114412
2024-06-07 15:05:12 [12:05:12] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.2.30 Initialized
2024-06-07 15:05:12 [12:05:12] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
2024-06-07 15:05:13 [12:05:13] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.2.30 Target: 47.3.0
2024-06-07 15:05:13 [12:05:13] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2024-06-07 15:05:13 [12:05:13] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/assets/.mcassetsroot' uses unexpected schema
2024-06-07 15:05:13 [12:05:13] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/data/.mcassetsroot' uses unexpected schema
2024-06-07 15:05:14 [12:05:14] [main/INFO] [minecraft/RecipeManager]: Loaded 7 recipes
2024-06-07 15:05:14 [12:05:14] [main/INFO] [minecraft/AdvancementList]: Loaded 1271 advancements
2024-06-07 15:05:14 [12:05:14] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.20.1
2024-06-07 15:05:14 [12:05:14] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
2024-06-07 15:05:14 [12:05:14] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
2024-06-07 15:05:14 [12:05:14] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
2024-06-07 15:05:14 [12:05:14] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
2024-06-07 15:05:14 [12:05:14] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file ./world/serverconfig/forge-server.toml is not correct. Correcting
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}. 
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringBlockEntities was corrected from null to its default, false. 
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false. 
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false. 
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBaseSummonChance was corrected from null to its default, 0.1. 
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBabyChance was corrected from null to its default, 0.05. 
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.permissionHandler was corrected from null to its default, forge:default_handler. 
2024-06-07 15:05:14 [12:05:14] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.advertiseDedicatedServerToLan was corrected from null to its default, true. 
2024-06-07 15:05:14 [12:05:14] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
2024-06-07 15:05:16 [12:05:16] [Netty Epoll Server IO #1/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
2024-06-07 15:05:16 [12:05:16] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
2024-06-07 15:05:16 [12:05:16] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:05:17 [12:05:17] [Worker-Main-23/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:05:17 [12:05:17] [Worker-Main-22/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:05:19 2024-06-07T12:05:19.907ZWARNmc-server-runnerMinecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.{"exitCode": 137}
2024-06-07 15:05:19 2024-06-07T12:05:19.913ZINFOmc-server-runnerDone
2024-06-07 15:06:14 [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 9 1000 1000 4096 Jun  7 12:05 /data'
2024-06-07 15:06:14 [init] Resolving type given FORGE
2024-06-07 15:06:16 [mc-image-helper] 12:06:16.499 INFO  : Forge version 47.2.30 for minecraft version 1.20.1 is already installed
2024-06-07 15:06:17 [mc-image-helper] 12:06:17.836 INFO  : Created/updated 1 property in /data/server.properties
2024-06-07 15:06:19 [init] Setting initial memory to 2G and max to 8G
2024-06-07 15:06:20 [init] Using Forge supplied run.sh script...
2024-06-07 15:06:21 2024-06-07 12:06:21,047 main WARN Advanced terminal features are not available in this environment
2024-06-07 15:06:21 [12:06:21] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.30, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
2024-06-07 15:06:21 [12:06:21] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.11 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.146.1-microsoft-standard-WSL2
2024-06-07 15:06:21 [12:06:21] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
2024-06-07 15:06:21 [12:06:21] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.30/fmlcore-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.30/javafmllanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.30/lowcodelanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.30/mclanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
2024-06-07 15:06:22 [12:06:22] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
2024-06-07 15:06:25 2024-06-07T12:06:24.981ZWARNmc-server-runnerMinecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.{"exitCode": 137}
2024-06-07 15:06:25 2024-06-07T12:06:24.986ZINFOmc-server-runnerDone
2024-06-07 15:05:19 run.sh: line 6:   671 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.30/unix_args.txt "$@"
2024-06-07 15:06:25 run.sh: line 6:   518 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.30/unix_args.txt "$@"

mc-use-just-memory

2024-06-07 15:04:29 [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 2 1000 1000 4096 Jun  5 12:48 /data'
2024-06-07 15:04:29 [init] Resolving type given FORGE
2024-06-07 15:04:31 [mc-image-helper] 12:04:31.570 INFO  : Downloading Forge installer 47.2.30 for Minecraft 1.20.1
2024-06-07 15:04:33 [mc-image-helper] 12:04:33.275 INFO  : Running Forge 47.2.30 installer for Minecraft 1.20.1. This might take a while...
2024-06-07 15:04:58 [init] Creating server properties in /data/server.properties
2024-06-07 15:04:58 [init] Disabling whitelist functionality
2024-06-07 15:04:59 [mc-image-helper] 12:04:59.137 INFO  : Created/updated 4 properties in /data/server.properties
2024-06-07 15:05:00 [init] Setting initial memory to 2G and max to 2G
2024-06-07 15:05:01 [init] Using Forge supplied run.sh script...
2024-06-07 15:05:02 2024-06-07 12:05:02,120 main WARN Advanced terminal features are not available in this environment
2024-06-07 15:05:02 [12:05:02] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.30, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
2024-06-07 15:05:02 [12:05:02] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.11 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.146.1-microsoft-standard-WSL2
2024-06-07 15:05:02 [12:05:02] [main/WARN] [ne.mi.fm.lo.FMLConfig/CORE]: Configuration file /data/config/fml.toml is not correct. Correcting
2024-06-07 15:05:02 [12:05:02] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSkipGLVersions] was corrected from null to []
2024-06-07 15:05:02 [12:05:02] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowSquir] was corrected from null to false
2024-06-07 15:05:02 [12:05:02] [main/INFO] [ne.mi.fm.lo.FMLConfig/CORE]: Incorrect key [earlyWindowShowCPU] was corrected from null to false
2024-06-07 15:05:02 [12:05:02] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
2024-06-07 15:05:02 [12:05:02] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
2024-06-07 15:05:02 [12:05:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.30/fmlcore-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:02 [12:05:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.30/javafmllanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:02 [12:05:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.30/lowcodelanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:02 [12:05:02] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.30/mclanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:05:02 [12:05:02] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
2024-06-07 15:05:03 [12:05:03] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
2024-06-07 15:05:05 [12:05:05] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.30, for MC 1.20.1 with MCP 20230612.114412
2024-06-07 15:05:05 [12:05:05] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.2.30 Initialized
2024-06-07 15:05:06 [12:05:06] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
2024-06-07 15:05:07 [12:05:07] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.2.30 Target: 47.3.0
2024-06-07 15:05:07 [12:05:07] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2024-06-07 15:05:07 [12:05:07] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/assets/.mcassetsroot' uses unexpected schema
2024-06-07 15:05:07 [12:05:07] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/data/.mcassetsroot' uses unexpected schema
2024-06-07 15:05:09 2024-06-07T12:05:09.760ZWARNmc-server-runnerMinecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.{"exitCode": 137}
2024-06-07 15:05:09 2024-06-07T12:05:09.766ZINFOmc-server-runnerDone
2024-06-07 15:06:14 [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 9 1000 1000 4096 Jun  7 12:05 /data'
2024-06-07 15:06:14 [init] Resolving type given FORGE
2024-06-07 15:06:16 [mc-image-helper] 12:06:16.499 INFO  : Forge version 47.2.30 for minecraft version 1.20.1 is already installed
2024-06-07 15:06:17 [mc-image-helper] 12:06:17.850 INFO  : Created/updated 1 property in /data/server.properties
2024-06-07 15:06:19 [init] Setting initial memory to 2G and max to 2G
2024-06-07 15:06:20 [init] Using Forge supplied run.sh script...
2024-06-07 15:06:21 2024-06-07 12:06:21,116 main WARN Advanced terminal features are not available in this environment
2024-06-07 15:06:21 [12:06:21] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.30, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
2024-06-07 15:06:21 [12:06:21] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.11 by Eclipse Adoptium; OS Linux arch amd64 version 5.15.146.1-microsoft-standard-WSL2
2024-06-07 15:06:21 [12:06:21] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
2024-06-07 15:06:21 [12:06:21] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.30/fmlcore-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.30/javafmllanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.30/lowcodelanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.30/mclanguage-1.20.1-47.2.30.jar is missing mods.toml file
2024-06-07 15:06:21 [12:06:21] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
2024-06-07 15:06:22 [12:06:22] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
2024-06-07 15:06:28 [12:06:28] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.30, for MC 1.20.1 with MCP 20230612.114412
2024-06-07 15:06:28 [12:06:28] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.2.30 Initialized
2024-06-07 15:06:28 [12:06:28] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
2024-06-07 15:06:28 [12:06:28] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.2.30 Target: 47.3.0
2024-06-07 15:06:28 [12:06:28] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
2024-06-07 15:06:28 [12:06:28] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/assets/.mcassetsroot' uses unexpected schema
2024-06-07 15:06:28 [12:06:28] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23101!/data/.mcassetsroot' uses unexpected schema
2024-06-07 15:06:29 [12:06:29] [main/INFO] [minecraft/RecipeManager]: Loaded 7 recipes
2024-06-07 15:06:29 [12:06:29] [main/INFO] [minecraft/AdvancementList]: Loaded 1271 advancements
2024-06-07 15:06:31 [12:06:31] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.20.1
2024-06-07 15:06:31 [12:06:31] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
2024-06-07 15:06:31 [12:06:31] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
2024-06-07 15:06:31 [12:06:31] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair
2024-06-07 15:06:31 [12:06:31] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
2024-06-07 15:06:31 [12:06:31] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file ./world/serverconfig/forge-server.toml is not correct. Correcting
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}. 
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringBlockEntities was corrected from null to its default, false. 
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false. 
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false. 
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBaseSummonChance was corrected from null to its default, 0.1. 
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.zombieBabyChance was corrected from null to its default, 0.05. 
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.permissionHandler was corrected from null to its default, forge:default_handler. 
2024-06-07 15:06:31 [12:06:31] [Server thread/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key server.advertiseDedicatedServerToLan was corrected from null to its default, true. 
2024-06-07 15:06:31 [12:06:31] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
2024-06-07 15:06:34 [12:06:34] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
2024-06-07 15:06:36 [12:06:36] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:36 [12:06:36] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:36 [12:06:36] [Worker-Main-30/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:36 [12:06:36] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:36 [12:06:36] [Worker-Main-8/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:36 [12:06:36] [Netty Epoll Server IO #1/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
2024-06-07 15:06:41 [12:06:37] [Worker-Main-19/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:51 [12:06:37] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:51 [12:06:37] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:51 [12:06:39] [Worker-Main-29/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:51 [12:06:39] [Worker-Main-29/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:51 [12:06:39] [Worker-Main-18/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
2024-06-07 15:06:51 [12:06:41] [Worker-Main-21/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:41] [Worker-Main-29/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:41] [Worker-Main-29/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:41] [Worker-Main-29/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:42] [Worker-Main-21/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:42] [Worker-Main-21/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:43] [Worker-Main-19/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:43] [Worker-Main-19/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:43] [Worker-Main-15/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:44] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:45] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:45] [Worker-Main-28/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:46] [Worker-Main-28/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:46] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:49] [Worker-Main-27/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:49] [Worker-Main-31/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:49] [Worker-Main-31/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:49] [Worker-Main-5/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:49] [Worker-Main-31/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:49] [Worker-Main-21/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 [12:06:49] [Worker-Main-29/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 1%
2024-06-07 15:06:51 2024-06-07T12:06:51.832ZWARNmc-server-runnerMinecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error.{"exitCode": 137}
2024-06-07 15:06:51 2024-06-07T12:06:51.838ZINFOmc-server-runnerDone
2024-06-07 15:05:09 run.sh: line 6:   663 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.30/unix_args.txt "$@"
2024-06-07 15:06:51 run.sh: line 6:   516 Killed                  java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.2.30/unix_args.txt "$@"

Since you're running on Windows you need to give the docker desktop / WSL2 VM more memory. An exit code of 137 means the OS (Linux inside VM) killed the process due to memory constraints.

I don't really understand what's going on here. I have 10GB of ram for docker to use but it looks like it can't use it...

image

[13:37:55] [Worker-Main-5/ERROR] [minecraft/Util]: Caught exception in thread Thread[Worker-Main-5,5,main]
2024-06-07 16:37:55 java.lang.OutOfMemoryError: Java heap space
2024-06-07 16:37:56 >....2024-06-07 13:37:55,853 Worker-Main-2 ERROR An exception occurred processing Appender Console org.apache.logging.log4j.core.appender.AppenderLoggingException: java.lang.OutOfMemoryError: Java heap space
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:165)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:134)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:125)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:89)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:683)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:641)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:624)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.LoggerConfig.logParent(LoggerConfig.java:674)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:643)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:624)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:560)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy.log(AwaitCompletionReliabilityStrategy.java:82)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.core@2.19.0/org.apache.logging.log4j.core.Logger.log(Logger.java:162)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j@2.19.0/org.apache.logging.log4j.spi.AbstractLogger.tryLogMessage(AbstractLogger.java:2205)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j@2.19.0/org.apache.logging.log4j.spi.AbstractLogger.logMessageTrackRecursion(AbstractLogger.java:2159)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j@2.19.0/org.apache.logging.log4j.spi.AbstractLogger.logMessageSafely(AbstractLogger.java:2142)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j@2.19.0/org.apache.logging.log4j.spi.AbstractLogger.logMessage(AbstractLogger.java:2017)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j@2.19.0/org.apache.logging.log4j.spi.AbstractLogger.logIfEnabled(AbstractLogger.java:1983)
2024-06-07 16:37:56     at MC-BOOTSTRAP/org.apache.logging.log4j.slf4j@2.19.0/org.apache.logging.slf4j.Log4jLogger.error(Log4jLogger.java:315)
2024-06-07 16:37:56     at TRANSFORMER/minecraft@1.20.1/net.minecraft.Util.m_137495_(Util.java:232)
2024-06-07 16:37:56     at java.base/java.lang.Thread.dispatchUncaughtException(Unknown Source)
2024-06-07 16:37:56 Caused by: java.lang.OutOfMemoryError: Java heap space

Can confirm I had the same issue with specifying memory leading to crash with no logs. Removing memory argument fixed the issue.

Can confirm I had the same issue with specifying memory leading to crash with no logs. Removing memory argument fixed the issue.

If you use docker, try to set more memory limits. It was 2gb by default in my case. And now I give it 10gb of spare memory. I think 4 gb can be enough but it depends on your mods.