nimmis / docker-spigot

A docker container with spigot, builds spigot.jar on first start
177 stars 81 forks source link

Spigot server runs out of memory after a few hours #61

Open OfficialVreesie opened 1 year ago

OfficialVreesie commented 1 year ago

When I am running the server for a few hours, it gets automatically closed. In the logs/latest.log I can see the last lines that are written like so:

[14:36:29] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:29] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
[14:36:29] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
[14:36:29] [Spigot Watchdog Thread/ERROR]:   *Especially* if it looks like HTTP or MySQL operations are occurring
[14:36:29] [Spigot Watchdog Thread/ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
[14:36:29] [Spigot Watchdog Thread/ERROR]:   If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes
[14:36:29] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
[14:36:29] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[14:36:29] [Spigot Watchdog Thread/ERROR]: Spigot version: 3551-Spigot-14a2382-9a8e080 (MC: 1.19)
[14:36:29] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:30] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[14:36:30] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:30] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[14:36:30] [Spigot Watchdog Thread/ERROR]:  PID: 29 | Suspended: false | Native: false | State: RUNNABLE
[14:36:30] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.google.common.collect.Iterators$5.computeNext(Iterators.java:668)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.Iterator.forEachRemaining(Iterator.java:132)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteHash.d(SourceFile:101)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteBlock.a(SourceFile:253)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteBlock.a(SourceFile:67)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteBlock$$Lambda$4532/0x0000000801661f98.apply(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.mojang.serialization.Encoder$1.encode(Encoder.java:25)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.mojang.serialization.Codec$2.encode(Codec.java:76)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.mojang.serialization.Encoder.encodeStart(Encoder.java:14)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.ChunkRegionLoader.a(ChunkRegionLoader.java:397)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.a(PlayerChunkMap.java:915)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.lambda$19(PlayerChunkMap.java:569)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap$$Lambda$5985/0x0000000801abe330.accept(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:542)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.a(PlayerChunkMap.java:511)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:390)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer.s(MinecraftServer.java:894)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.dedicated.DedicatedServer.s(DedicatedServer.java:697)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1046)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer$$Lambda$4286/0x0000000801434248.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 2 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 3 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Object.wait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Notification Thread
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 12 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Object.wait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 15 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer hack thread
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.sleep(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.SystemUtils$9.run(SourceFile:845)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-1
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 22 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-2
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 23 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.lighting.LightEngineStorage.a(SourceFile:244)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.lighting.LightEngineLayer.a(SourceFile:186)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.lighting.LightEngine.a(SourceFile:72)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.LightEngineThreaded.e(SourceFile:188)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.LightEngineThreaded.a(SourceFile:107)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.LightEngineThreaded$$Lambda$4555/0x000000080166d448.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.ChunkTaskQueueSorter.b(SourceFile:62)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.ChunkTaskQueueSorter$$Lambda$4570/0x000000080166f7e8.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-3
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 24 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-4
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 25 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-5
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 26 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.lighting.LightEngineStorage.a(SourceFile:244)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.lighting.LightEngineLayer.a(SourceFile:186)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.lighting.LightEngine.a(SourceFile:63)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.LightEngineThreaded.e(SourceFile:188)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.LightEngineThreaded.a(SourceFile:107)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.LightEngineThreaded$$Lambda$4555/0x000000080166d448.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.ChunkTaskQueueSorter.b(SourceFile:62)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.ChunkTaskQueueSorter$$Lambda$4570/0x000000080166f7e8.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-6
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 27 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-7
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 28 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 29 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.google.common.collect.Iterators$5.computeNext(Iterators.java:668)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:146)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:141)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.Iterator.forEachRemaining(Iterator.java:132)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteHash.d(SourceFile:101)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteBlock.a(SourceFile:253)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteBlock.a(SourceFile:67)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.DataPaletteBlock$$Lambda$4532/0x0000000801661f98.apply(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.mojang.serialization.Encoder$1.encode(Encoder.java:25)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.mojang.serialization.Codec$2.encode(Codec.java:76)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.mojang.serialization.Encoder.encodeStart(Encoder.java:14)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.ChunkRegionLoader.a(ChunkRegionLoader.java:397)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.a(PlayerChunkMap.java:915)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.lambda$19(PlayerChunkMap.java:569)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap$$Lambda$5985/0x0000000801abe330.accept(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.b(PlayerChunkMap.java:542)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.PlayerChunkMap.a(PlayerChunkMap.java:511)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:390)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer.s(MinecraftServer.java:894)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.dedicated.DedicatedServer.s(DedicatedServer.java:697)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1046)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.MinecraftServer$$Lambda$4286/0x0000000801434248.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: TerminalConsoleWriter
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 33 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      com.mojang.logging.LogQueues.getNextLogEvent(LogQueues.java:41)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_19_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:31)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 32 | Suspended: false | Native: true | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Thread is waiting on monitor(s):
[14:36:31] [Spigot Watchdog Thread/ERROR]:      Locked on:java.base@17.0.1/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.FileInputStream.readBytes(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.FileInputStream.read(FileInputStream.java:276)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:124)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 34 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Object.wait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.desktop@17.0.1/sun.java2d.Disposer.run(Disposer.java:145)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 36 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.management@17.0.1/sun.management.ThreadImpl.dumpThreads0(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.management@17.0.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.management@17.0.1/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      org.spigotmc.WatchdogThread.run(WatchdogThread.java:90)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 37 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Object.wait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.TimerThread.mainLoop(Timer.java:563)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.TimerThread.run(Timer.java:516)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 38 | Suspended: false | Native: true | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:209)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:202)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 50 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Object.wait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.TimerThread.mainLoop(Timer.java:563)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.TimerThread.run(Timer.java:516)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 51 | Suspended: false | Native: true | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:209)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:202)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 53 | Suspended: false | Native: true | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:209)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:202)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 54 | Suspended: false | Native: true | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:209)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native.java:202)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-4-thread-1
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 66 | Suspended: false | Native: false | State: WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-89
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 220 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Thread is waiting on monitor(s):
[14:36:31] [Spigot Watchdog Thread/ERROR]:      Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:130)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.IOUtil.write(IOUtil.java:97)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.IOUtil.write(IOUtil.java:67)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:854)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:840)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.RegionFile$ChunkBuffer.close(RegionFile.java:439)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:240)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.RegionFileCache.a(RegionFileCache.java:155)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:260)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:250)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$4504/0x000000080165da30.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.PairedQueue$b.run(SourceFile:59)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-101
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 239 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #31
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 241 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 247 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-102
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 251 | Suspended: false | Native: false | State: TIMED_WAITING
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/jdk.internal.misc.Unsafe.park(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:31] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-103
[14:36:31] [Spigot Watchdog Thread/ERROR]:  PID: 252 | Suspended: false | Native: false | State: RUNNABLE
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Thread is waiting on monitor(s):
[14:36:31] [Spigot Watchdog Thread/ERROR]:      Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
[14:36:31] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:130)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.IOUtil.write(IOUtil.java:97)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.IOUtil.write(IOUtil.java:67)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:854)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:840)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.RegionFile$ChunkBuffer.close(RegionFile.java:439)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:240)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.RegionFileCache.a(RegionFileCache.java:155)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:260)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:250)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$4504/0x000000080165da30.run(Unknown Source)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.PairedQueue$b.run(SourceFile:59)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[14:36:31] [Spigot Watchdog Thread/ERROR]:      java.base@17.0.1/java.lang.Thread.run(Thread.java:833)
[14:36:31] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:36:56] [Worker-Main-4/ERROR]: Caught exception in thread Thread[Worker-Main-4,5,main]
java.lang.OutOfMemoryError: Java heap space

I am using the following plugins: https://dev.bukkit.org/projects/essentialsx https://dev.bukkit.org/projects/openinv https://www.spigotmc.org/resources/groupmanager.38875/

The server runs in a docker which runs on a Linux Ubuntu Debian 20.04 LTS machine. The host has 16GB RAM and nothing else runs on that server, so it could use the full 16GB. I haven't changed any memory settings, so all is default.

How can I fix the Java heap space error?