[Bug]: CPU maxes out, causes crash every time #33

Closed
opened 2026-02-05 16:39:52 +03:00 by OVERLORD · 8 comments
Owner

Originally created by @uponminiature on GitHub (Jan 21, 2026).

Panel Type

Pelican Panel

Panel Version

v1.0.0-beta31

Wings Version

v1.0.0-beta22

Panel Deployment Method

Docker

Wings Deployment Method

Docker

Wings Location

Same machine (Local)

Server Architecture

x86_64 (amd64)

When does the issue occur?

While server is running

Is the issue reproducible?

Yes, it happens every time

Bug Description

I'm not sure whether this is normal behaviour, but I crash almost every time with only one player joining because the CPU gets maxed out. At first, I tried setting core limits (400, 600, then 800), but it didn't help. Then I just removed the limits, and below is what happens:

Image

And tested it a second time for good measure:

Image

So... the Hytale server (as soon as one player joins) fully utilises the CPU, no matter if a limit is set or not, and then crashes.

It's really a bummer, everything works up to the point of launching the server. I was planning on playing with friends, but that plan's really out the window if not even I can play solo without maxing out the CPU.

For context, I'm doubting this is normal because this same server has run heavily modded Minecraft servers with 2-4 people with the CPU limit at 400.

Console Logs

[2026/01/21 10:11:48 FINEST]                    [LoginTiming] Add to World took 241ms 200us 532ns
[2026/01/21 10:11:48   FINE]                    [LoginTiming] Add To Universe took 48us 922ns
[2026/01/21 10:11:48   INFO]                [WorldMapTracker] Started Generating Map!
[2026/01/21 10:11:48   WARN]                         [Entity] getPositionComponent called async [CONTEXT ratelimit_period="5 MINUTES" ]
java.lang.Throwable
        at com.hypixel.hytale.server.core.entity.Entity.getTransformComponent(Entity.java:278)
        at com.hypixel.hytale.server.core.universe.world.WorldMapTracker.tick(WorldMapTracker.java:151)
        at com.hypixel.hytale.server.core.universe.world.worldmap.WorldMapManager.tick(WorldMapManager.java:149)
        at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:89)
        at java.base/java.lang.Thread.run(Thread.java:1474)

[2026/01/21 10:11:48   WARN]                  [World|default] Task took 53ms 836us 121ns ns: java.util.concurrent.CompletableFuture$AsyncSupply@2b0cef83
[2026/01/21 10:12:00 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 38ms 455us 258ns > TICK_STEP, Has GC Run: true, WorldChunk{x=35, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:00 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 57ms 999us 989ns > TICK_STEP, Has GC Run: false, WorldChunk{x=31, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:00 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 52ms 603us 570ns > TICK_STEP, Has GC Run: false, WorldChunk{x=34, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:00 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 63ms 7us 39ns > TICK_STEP, Has GC Run: false, WorldChunk{x=37, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:00 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 34ms 563us 847ns > TICK_STEP, Has GC Run: false, WorldChunk{x=38, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 40ms 580us 465ns > TICK_STEP, Has GC Run: false, WorldChunk{x=50, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 36ms 367us 453ns > TICK_STEP, Has GC Run: false, WorldChunk{x=55, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 37ms 199us 22ns > TICK_STEP, Has GC Run: false, WorldChunk{x=53, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 34ms 940us 332ns > TICK_STEP, WorldChunk{x=54, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 52ms 765us 688ns > TICK_STEP, Has GC Run: false, WorldChunk{x=52, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 37ms 342us 664ns > TICK_STEP, Has GC Run: false, WorldChunk{x=60, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 43ms 165us 53ns > TICK_STEP, Has GC Run: false, WorldChunk{x=65, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 53ms 213us 979ns > TICK_STEP, Has GC Run: false, WorldChunk{x=66, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 57ms 761us 65ns > TICK_STEP, WorldChunk{x=62, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:01 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 48ms 370us 480ns > TICK_STEP, WorldChunk{x=63, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 41ms 28us 395ns > TICK_STEP, Has GC Run: false, WorldChunk{x=64, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 49ms 781us 160ns > TICK_STEP, Has GC Run: true, WorldChunk{x=67, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 42ms 131us 701ns > TICK_STEP, Has GC Run: false, WorldChunk{x=68, z=-18, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 35ms 756us 51ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=-14, flags=00000000000000000000000000000100}
[2026/01/21 10:12:01 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 40ms 573us 762ns > TICK_STEP, WorldChunk{x=70, z=-9, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:02 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 53ms 183us 121ns > TICK_STEP, WorldChunk{x=70, z=-10, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:02 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 39ms 583us 140ns > TICK_STEP, WorldChunk{x=70, z=-10, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:02 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 44ms 415us 258ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=3, flags=00000000000000000000000000000100}
[2026/01/21 10:12:02 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 36ms 831us 995ns > TICK_STEP, WorldChunk{x=70, z=-2, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:02 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 43ms 942us 800ns > TICK_STEP, WorldChunk{x=70, z=-5, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:02 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 34ms 660us 691ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=1, flags=00000000000000000000000000000100}
[2026/01/21 10:12:02 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 34ms 370us 530ns > TICK_STEP, WorldChunk{x=70, z=-4, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:02 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 78ms 457us 544ns > TICK_STEP, WorldChunk{x=70, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:02 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 42ms 507us 485ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=6, flags=00000000000000000000000000000100}
[2026/01/21 10:12:02 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 43ms 335us 797ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=10, flags=00000000000000000000000000000100}
[2026/01/21 10:12:02 SEVERE]                     [ChunkStore] Took too long to pre-load process chunk: 44ms 846us 728ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=5, flags=00000000000000000000000000000100}
[2026/01/21 10:12:02 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 35ms 781us 249ns > TICK_STEP, WorldChunk{x=70, z=7, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:04 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 81ms 941us 832ns > TICK_STEP, Has GC Run: true, WorldChunk{x=20, z=1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:06 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 56ms 680us 784ns > TICK_STEP, WorldChunk{x=71, z=-4, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:06 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 550ms 806us 597ns > TICK_STEP, Has GC Run: true, WorldChunk{x=71, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:08 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 80ms 500us 625ns > TICK_STEP, Has GC Run: true, WorldChunk{x=72, z=-4, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:08 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 38ms 956us 449ns > TICK_STEP, WorldChunk{x=72, z=13, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:08 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 39ms 22us 495ns > TICK_STEP, WorldChunk{x=72, z=14, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.blocktick.BlockTickPlugin$$Lambda/0x0000000098a118a8@463a1f47
[2026/01/21 10:12:08 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 52ms 745us 529ns > TICK_STEP, Has GC Run: true, WorldChunk{x=72, z=17, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:08 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 747ms 184us 388ns > TICK_STEP, Has GC Run: true, WorldChunk{x=72, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:09 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 36ms 508us 952ns > TICK_STEP, Has GC Run: true, WorldChunk{x=18, z=-3, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:10 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 473ms 361us 74ns > TICK_STEP, WorldChunk{x=73, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:11 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 238ms 584us 52ns > TICK_STEP, Has GC Run: true, WorldChunk{x=47, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:11 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 219ms 178us 795ns > TICK_STEP, WorldChunk{x=52, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:11 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 346ms 929us 372ns > TICK_STEP, WorldChunk{x=49, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:11 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 532ms 916us 648ns > TICK_STEP, WorldChunk{x=46, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:11 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 54ms 519us 168ns > TICK_STEP, WorldChunk{x=74, z=22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:12 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 72ms 871us 224ns > TICK_STEP, Has GC Run: true, WorldChunk{x=47, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:12 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 90ms 202us 722ns > TICK_STEP, WorldChunk{x=49, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:12 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 143ms 884us 339ns > TICK_STEP, WorldChunk{x=44, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:12 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 113ms 947us 621ns > TICK_STEP, WorldChunk{x=48, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:12 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 54ms 212us 155ns > TICK_STEP, WorldChunk{x=75, z=-7, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168
[2026/01/21 10:12:12 SEVERE]                  [World|default] Took too long to run pre-load process hook for chunk: 111ms 273us 571ns > TICK_STEP, Has GC Run: true, WorldChunk{x=75, z=-8, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:13   INFO] [PerformanceSaver|P][TpsAdjuster] Setting TPS of world default to 20
[2026/01/21 10:12:13 SEVERE]                      [ChunkStore] Took too long to pre-load process chunk: 55ms 818us 956ns > TICK_STEP, Has GC Run: true, WorldChunk{x=50, z=-24, flags=00000000000000000000000000000100}
[2026/01/21 10:12:13   WARN]                      [Spawning|P] Marker cddd9896-59ec-3a9b-b893-99c619098f49 at Vector3d{x=1714.1457061767578, y=41.099143981933594, z=112.361328125} removed due to repeated spawning fails of Skeleton_Incandescent_Mage with reason: TOO_HIGH
[2026/01/21 10:12:13   WARN]                      [Spawning|P] Marker b3f52b5d-9b8e-3724-9287-108ab865a3ee at Vector3d{x=1709.4944915771484, y=42.0, z=271.09778785705566} removed due to repeated spawning fails of Skeleton_Incandescent_Mage with reason: TOO_HIGH
[2026/01/21 10:12:13   WARN]                      [Spawning|P] Marker 0f222f61-caf5-33f3-9e1b-b25b4612d7c9 at Vector3d{x=1708.1457061767578, y=41.099143981933594, z=161.361328125} removed due to repeated spawning fails of Skeleton_Incandescent_Mage with reason: TOO_HIGH
[2026/01/21 10:12:13   WARN]                      [Spawning|P] Marker bb788c67-f5bf-37ea-bdc4-ea494db99e8e at Vector3d{x=1679.5906567871093, y=74.99942705078125, z=71.35646643066411} removed due to repeated spawning fails of Goblin_Scrapper with reason: TOO_HIGH
[2026/01/21 10:12:13 SEVERE]                   [World|default] Took too long to run pre-load process hook for chunk: 274ms 770us 432ns > TICK_STEP, WorldChunk{x=46, z=-24, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:13 SEVERE]                   [World|default] Took too long to run pre-load process hook for chunk: 164ms 582us 492ns > TICK_STEP, WorldChunk{x=75, z=-10, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7
[2026/01/21 10:12:13 SEVERE]                   [World|default] Took too long to run pre-load process hook for chunk: 441ms 11us 283ns > TICK_STEP, WorldChunk{x=49, z=-24, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7

Additional Context

Server fastfetch:

OS: NixOS 25.11 (Xantusia) x86_64
Kernel: Linux 6.18.5-zen1
CPU: AMD Ryzen 5 5600X (12) @ 4.65 GHz
Memory: 6.96 GiB / 31.27 GiB (22%)
Disk (/): 110.83 GiB / 915.32 GiB (12%) - ext4

Docker version:

Docker version 28.5.2, build v28.5.2

Pre-submission Checklist

  • I have searched existing issues to make sure this bug hasn't already been reported
  • I have verified that I own Hytale on the account I'm using for authentication
  • I am using the latest version of the egg
Originally created by @uponminiature on GitHub (Jan 21, 2026). ### Panel Type Pelican Panel ### Panel Version v1.0.0-beta31 ### Wings Version v1.0.0-beta22 ### Panel Deployment Method Docker ### Wings Deployment Method Docker ### Wings Location Same machine (Local) ### Server Architecture x86_64 (amd64) ### When does the issue occur? While server is running ### Is the issue reproducible? Yes, it happens every time ### Bug Description I'm not sure whether this is normal behaviour, but I crash almost every time with only one player joining because the CPU gets maxed out. At first, I tried setting core limits (400, 600, then 800), but it didn't help. Then I just removed the limits, and below is what happens: <img width="400" height="819" alt="Image" src="https://github.com/user-attachments/assets/dc9143e4-c4cf-4f29-a0eb-79a98586f7db" /> And tested it a second time for good measure: <img width="400" height="817" alt="Image" src="https://github.com/user-attachments/assets/b54a6125-b9f3-4dbc-be0b-fb1dab952883" /> So... the Hytale server (as soon as one player joins) fully utilises the CPU, no matter if a limit is set or not, and then crashes. It's really a bummer, everything works up to the point of launching the server. I was planning on playing with friends, but that plan's really out the window if not even I can play solo without maxing out the CPU. For context, I'm doubting this is normal because this same server has run heavily modded Minecraft servers with 2-4 people with the CPU limit at 400. ### Console Logs ```shell [2026/01/21 10:11:48 FINEST] [LoginTiming] Add to World took 241ms 200us 532ns [2026/01/21 10:11:48 FINE] [LoginTiming] Add To Universe took 48us 922ns [2026/01/21 10:11:48 INFO] [WorldMapTracker] Started Generating Map! [2026/01/21 10:11:48 WARN] [Entity] getPositionComponent called async [CONTEXT ratelimit_period="5 MINUTES" ] java.lang.Throwable at com.hypixel.hytale.server.core.entity.Entity.getTransformComponent(Entity.java:278) at com.hypixel.hytale.server.core.universe.world.WorldMapTracker.tick(WorldMapTracker.java:151) at com.hypixel.hytale.server.core.universe.world.worldmap.WorldMapManager.tick(WorldMapManager.java:149) at com.hypixel.hytale.server.core.util.thread.TickingThread.run(TickingThread.java:89) at java.base/java.lang.Thread.run(Thread.java:1474) [2026/01/21 10:11:48 WARN] [World|default] Task took 53ms 836us 121ns ns: java.util.concurrent.CompletableFuture$AsyncSupply@2b0cef83 [2026/01/21 10:12:00 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 38ms 455us 258ns > TICK_STEP, Has GC Run: true, WorldChunk{x=35, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:00 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 57ms 999us 989ns > TICK_STEP, Has GC Run: false, WorldChunk{x=31, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:00 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 52ms 603us 570ns > TICK_STEP, Has GC Run: false, WorldChunk{x=34, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:00 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 63ms 7us 39ns > TICK_STEP, Has GC Run: false, WorldChunk{x=37, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:00 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 34ms 563us 847ns > TICK_STEP, Has GC Run: false, WorldChunk{x=38, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 40ms 580us 465ns > TICK_STEP, Has GC Run: false, WorldChunk{x=50, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 36ms 367us 453ns > TICK_STEP, Has GC Run: false, WorldChunk{x=55, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 37ms 199us 22ns > TICK_STEP, Has GC Run: false, WorldChunk{x=53, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 34ms 940us 332ns > TICK_STEP, WorldChunk{x=54, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 52ms 765us 688ns > TICK_STEP, Has GC Run: false, WorldChunk{x=52, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 37ms 342us 664ns > TICK_STEP, Has GC Run: false, WorldChunk{x=60, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 43ms 165us 53ns > TICK_STEP, Has GC Run: false, WorldChunk{x=65, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 53ms 213us 979ns > TICK_STEP, Has GC Run: false, WorldChunk{x=66, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 57ms 761us 65ns > TICK_STEP, WorldChunk{x=62, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:01 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 48ms 370us 480ns > TICK_STEP, WorldChunk{x=63, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 41ms 28us 395ns > TICK_STEP, Has GC Run: false, WorldChunk{x=64, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 49ms 781us 160ns > TICK_STEP, Has GC Run: true, WorldChunk{x=67, z=-18, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 42ms 131us 701ns > TICK_STEP, Has GC Run: false, WorldChunk{x=68, z=-18, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 35ms 756us 51ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=-14, flags=00000000000000000000000000000100} [2026/01/21 10:12:01 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 40ms 573us 762ns > TICK_STEP, WorldChunk{x=70, z=-9, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:02 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 53ms 183us 121ns > TICK_STEP, WorldChunk{x=70, z=-10, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:02 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 39ms 583us 140ns > TICK_STEP, WorldChunk{x=70, z=-10, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:02 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 44ms 415us 258ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=3, flags=00000000000000000000000000000100} [2026/01/21 10:12:02 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 36ms 831us 995ns > TICK_STEP, WorldChunk{x=70, z=-2, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:02 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 43ms 942us 800ns > TICK_STEP, WorldChunk{x=70, z=-5, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:02 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 34ms 660us 691ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=1, flags=00000000000000000000000000000100} [2026/01/21 10:12:02 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 34ms 370us 530ns > TICK_STEP, WorldChunk{x=70, z=-4, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:02 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 78ms 457us 544ns > TICK_STEP, WorldChunk{x=70, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:02 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 42ms 507us 485ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=6, flags=00000000000000000000000000000100} [2026/01/21 10:12:02 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 43ms 335us 797ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=10, flags=00000000000000000000000000000100} [2026/01/21 10:12:02 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 44ms 846us 728ns > TICK_STEP, Has GC Run: false, WorldChunk{x=70, z=5, flags=00000000000000000000000000000100} [2026/01/21 10:12:02 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 35ms 781us 249ns > TICK_STEP, WorldChunk{x=70, z=7, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:04 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 81ms 941us 832ns > TICK_STEP, Has GC Run: true, WorldChunk{x=20, z=1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:06 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 56ms 680us 784ns > TICK_STEP, WorldChunk{x=71, z=-4, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:06 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 550ms 806us 597ns > TICK_STEP, Has GC Run: true, WorldChunk{x=71, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:08 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 80ms 500us 625ns > TICK_STEP, Has GC Run: true, WorldChunk{x=72, z=-4, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:08 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 38ms 956us 449ns > TICK_STEP, WorldChunk{x=72, z=13, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:08 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 39ms 22us 495ns > TICK_STEP, WorldChunk{x=72, z=14, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.blocktick.BlockTickPlugin$$Lambda/0x0000000098a118a8@463a1f47 [2026/01/21 10:12:08 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 52ms 745us 529ns > TICK_STEP, Has GC Run: true, WorldChunk{x=72, z=17, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:08 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 747ms 184us 388ns > TICK_STEP, Has GC Run: true, WorldChunk{x=72, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:09 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 36ms 508us 952ns > TICK_STEP, Has GC Run: true, WorldChunk{x=18, z=-3, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:10 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 473ms 361us 74ns > TICK_STEP, WorldChunk{x=73, z=-1, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:11 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 238ms 584us 52ns > TICK_STEP, Has GC Run: true, WorldChunk{x=47, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:11 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 219ms 178us 795ns > TICK_STEP, WorldChunk{x=52, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:11 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 346ms 929us 372ns > TICK_STEP, WorldChunk{x=49, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:11 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 532ms 916us 648ns > TICK_STEP, WorldChunk{x=46, z=-22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:11 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 54ms 519us 168ns > TICK_STEP, WorldChunk{x=74, z=22, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:12 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 72ms 871us 224ns > TICK_STEP, Has GC Run: true, WorldChunk{x=47, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:12 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 90ms 202us 722ns > TICK_STEP, WorldChunk{x=49, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:12 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 143ms 884us 339ns > TICK_STEP, WorldChunk{x=44, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:12 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 113ms 947us 621ns > TICK_STEP, WorldChunk{x=48, z=-23, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:12 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 54ms 212us 155ns > TICK_STEP, WorldChunk{x=75, z=-7, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.server.core.modules.block.BlockModule$$Lambda/0x0000000098addba0@4d1f168 [2026/01/21 10:12:12 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 111ms 273us 571ns > TICK_STEP, Has GC Run: true, WorldChunk{x=75, z=-8, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:13 INFO] [PerformanceSaver|P][TpsAdjuster] Setting TPS of world default to 20 [2026/01/21 10:12:13 SEVERE] [ChunkStore] Took too long to pre-load process chunk: 55ms 818us 956ns > TICK_STEP, Has GC Run: true, WorldChunk{x=50, z=-24, flags=00000000000000000000000000000100} [2026/01/21 10:12:13 WARN] [Spawning|P] Marker cddd9896-59ec-3a9b-b893-99c619098f49 at Vector3d{x=1714.1457061767578, y=41.099143981933594, z=112.361328125} removed due to repeated spawning fails of Skeleton_Incandescent_Mage with reason: TOO_HIGH [2026/01/21 10:12:13 WARN] [Spawning|P] Marker b3f52b5d-9b8e-3724-9287-108ab865a3ee at Vector3d{x=1709.4944915771484, y=42.0, z=271.09778785705566} removed due to repeated spawning fails of Skeleton_Incandescent_Mage with reason: TOO_HIGH [2026/01/21 10:12:13 WARN] [Spawning|P] Marker 0f222f61-caf5-33f3-9e1b-b25b4612d7c9 at Vector3d{x=1708.1457061767578, y=41.099143981933594, z=161.361328125} removed due to repeated spawning fails of Skeleton_Incandescent_Mage with reason: TOO_HIGH [2026/01/21 10:12:13 WARN] [Spawning|P] Marker bb788c67-f5bf-37ea-bdc4-ea494db99e8e at Vector3d{x=1679.5906567871093, y=74.99942705078125, z=71.35646643066411} removed due to repeated spawning fails of Goblin_Scrapper with reason: TOO_HIGH [2026/01/21 10:12:13 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 274ms 770us 432ns > TICK_STEP, WorldChunk{x=46, z=-24, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:13 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 164ms 582us 492ns > TICK_STEP, WorldChunk{x=75, z=-10, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 [2026/01/21 10:12:13 SEVERE] [World|default] Took too long to run pre-load process hook for chunk: 441ms 11us 283ns > TICK_STEP, WorldChunk{x=49, z=-24, flags=00000000000000000000000000000100}, Hook: com.hypixel.hytale.builtin.fluid.FluidPlugin$$Lambda/0x0000000098b95c08@2b8a11d7 ``` ### Additional Context Server fastfetch: ``` OS: NixOS 25.11 (Xantusia) x86_64 Kernel: Linux 6.18.5-zen1 CPU: AMD Ryzen 5 5600X (12) @ 4.65 GHz Memory: 6.96 GiB / 31.27 GiB (22%) Disk (/): 110.83 GiB / 915.32 GiB (12%) - ext4 ``` Docker version: ``` Docker version 28.5.2, build v28.5.2 ``` ### Pre-submission Checklist - [x] I have searched existing issues to make sure this bug hasn't already been reported - [x] I have verified that I own Hytale on the account I'm using for authentication - [x] I am using the latest version of the egg
OVERLORD added the bug label 2026-02-05 16:39:52 +03:00
Author
Owner

@NATroutter commented on GitHub (Jan 21, 2026):

This doesn't seem like its an issue with the egg more like plugin / hytale server software issue but i can still try to help best as i can

  • Does the server have any mods/plugins
  • If you make an new server without changing anything does the issue persist
  • What do you have on the "JVM Arguments" on options?
@NATroutter commented on GitHub (Jan 21, 2026): This doesn't seem like its an issue with the egg more like plugin / hytale server software issue but i can still try to help best as i can - Does the server have any mods/plugins - If you make an new server without changing anything does the issue persist - What do you have on the "JVM Arguments" on options?
Author
Owner

@uponminiature commented on GitHub (Jan 22, 2026):

  • Initially, I tried with no plug-ins. Then, I tried with https://github.com/nitrado/hytale-plugin-performance-saver. In both cases, the issue persists.
  • I've remade the server, sometime stock, sometimes with tweaked settings, all roads lead to the same result. Also I think enabling Force Network Flush causes it to crash immediately.
  • -XX:+UseCompressedOops -XX:+UseCompressedClassPointers -XX:-UseCompactObjectHeaders -XX:+UseG1GC -XX:+UseStringDeduplication -Xlog:aot
@uponminiature commented on GitHub (Jan 22, 2026): - Initially, I tried with no plug-ins. Then, I tried with https://github.com/nitrado/hytale-plugin-performance-saver. In both cases, the issue persists. - I've remade the server, sometime stock, sometimes with tweaked settings, all roads lead to the same result. Also I think enabling `Force Network Flush` causes it to crash immediately. - `-XX:+UseCompressedOops -XX:+UseCompressedClassPointers -XX:-UseCompactObjectHeaders -XX:+UseG1GC -XX:+UseStringDeduplication -Xlog:aot`
Author
Owner

@uponminiature commented on GitHub (Jan 22, 2026):

I've tried to diagnose the issue with a clean slate and no limits:

  • Deleted the server and egg.
  • Installed the latest egg via URL, https://raw.githubusercontent.com/NATroutter/egg-hytale/refs/heads/main/egg-hytale.pelican.json. Result: Imported 1 of 1 eggs
  • Created the server once again:
    • Name: Hytale
    • Primary Allocation: 100.80.0.1:31000 (Attached directly to the Tailscale IP)
    • Egg: Hytale (left default egg configuration)
    • This time, didn't modify any environment configuration and clicked 'Create Server' (no limits).
  • Went through installation procedure (clicked auth links whenever applicable). Didn't install any plugins or modify any files.
  • Stopped and started the server while having Beszel open for monitoring.
  • Joined the server on one account.

This time, I noticed something. Without limits, It used nearly all of my CPU for an extended period of time, but then stopped. And after that, it worked at lower CPU usage (20-600). However, memory stayed utilised at a high amount (9GB).

Context: the difference between "start" and "active" is that the active window started when I joined on one account. Also, you can see it dropped heavily at the end, I was actually still in the server by then (but standing still). The server has this window of high CPU usage but then it stops.

Image Image

So this time, I can actually play after letting it use all my cores for a bit. It's weird, I don't know if it's normal.

For instance, these are the CPU stats of me joining the server (and running around a bit) after the extended period of my CPU being maxed out by the Hytale server:

Image
@uponminiature commented on GitHub (Jan 22, 2026): I've tried to diagnose the issue with a clean slate and no limits: - Deleted the server and egg. - Installed the latest egg via URL, `https://raw.githubusercontent.com/NATroutter/egg-hytale/refs/heads/main/egg-hytale.pelican.json`. Result: `Imported 1 of 1 eggs` - Created the server once again: - Name: `Hytale` - Primary Allocation: `100.80.0.1:31000` (Attached directly to the Tailscale IP) - Egg: `Hytale` (**left default egg configuration**) - This time, **didn't modify any environment configuration and clicked 'Create Server' (no limits)**. - Went through installation procedure (clicked auth links whenever applicable). Didn't install any plugins or modify any files. - Stopped and started the server while having Beszel open for monitoring. - Joined the server on one account. This time, I noticed something. Without limits, It used nearly all of my CPU for an extended period of time, but then stopped. And after that, it worked at lower CPU usage (20-600). However, memory stayed utilised at a high amount (9GB). Context: the difference between "start" and "active" is that the active window started when I joined on one account. Also, you can see it dropped heavily at the end, I was actually still in the server by then (but standing still). The server has this window of high CPU usage but then it stops. <img width="500" height="843" alt="Image" src="https://github.com/user-attachments/assets/b169d749-96a7-4cf5-92bb-2d8aa5eb5ce3" /> <img width="1899" height="254" alt="Image" src="https://github.com/user-attachments/assets/81a4eaa1-598f-4828-af2c-efdffc51e2b8" /> So this time, I can actually play after letting it use all my cores for a bit. It's weird, I don't know if it's normal. For instance, these are the CPU stats of me joining the server (and running around a bit) after the extended period of my CPU being maxed out by the Hytale server: <img width="500" height="448" alt="Image" src="https://github.com/user-attachments/assets/007f5895-67f5-49d5-ac7c-673c17f570cf" />
Author
Owner

@NATroutter commented on GitHub (Jan 22, 2026):

I think this might just be the server software's fault (HytaleServer.jar) what i have looked thru code and tested running servers on multiple different systems its clear that the software at this point is really bad and not optimized at all

@NATroutter commented on GitHub (Jan 22, 2026): I think this might just be the server software's fault (HytaleServer.jar) what i have looked thru code and tested running servers on multiple different systems its clear that the software at this point is really bad and not optimized at all
Author
Owner

@uponminiature commented on GitHub (Jan 22, 2026):

I see. I hope server optimisation is a priority for the Hytale dev team, it's slightly misleading how all of the online "dedicated server requirements" (i.e., 4 cores, 4GB ram), seem to be inaccurate, at least in my testing.

@uponminiature commented on GitHub (Jan 22, 2026): I see. I hope server optimisation is a priority for the Hytale dev team, it's slightly misleading how all of the online "dedicated server requirements" (i.e., 4 cores, 4GB ram), seem to be inaccurate, at least in my testing.
Author
Owner

@NATroutter commented on GitHub (Jan 22, 2026):

After some more research i got one possible reason that could cause these issues it may be that the wings is deployed as docker container, you could try to run the server directly on the machine and see if same issue happens

@NATroutter commented on GitHub (Jan 22, 2026): After some more research i got one possible reason that could cause these issues it may be that the wings is deployed as docker container, you could try to run the server directly on the machine and see if same issue happens
Author
Owner

@uponminiature commented on GitHub (Jan 22, 2026):

That could be the case; I've never deployed Wings outside of Docker, I may give it a go in a bit if it's straightforward on NixOS and monitor system stats.

@uponminiature commented on GitHub (Jan 22, 2026): That could be the case; I've never deployed Wings outside of Docker, I may give it a go in a bit if it's straightforward on NixOS and monitor system stats.
Author
Owner

@FeedTheChunk commented on GitHub (Jan 22, 2026):

I have wings and panel installed on bare metal with 2 other Minecraft servers running and I don't have any issues with HIGH CPU usage for what it's worth.

@FeedTheChunk commented on GitHub (Jan 22, 2026): I have wings and panel installed on bare metal with 2 other Minecraft servers running and I don't have any issues with HIGH CPU usage for what it's worth.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#33