Absurd load times in Forge Server
delta9690 opened this issue ยท 3 comments
5 minutes to load, yikes. That definitely doesn't sound normal. This is the first time anyone has experienced this, so it sounds like an issue on your side. What is the specs of your server? Have you allocated enough ram? My furniture mod adds over 250 blocks. Without enough ram, it's going to freeze until the garbage collector frees memory.
Heres the break down for Pre Initialization in my mod:
- Register config events
- Initialize Blocks, Item, Sounds, Crafting
- Initialize Packet Handler
- Initialize config
- Register advancement triggers
Then depending on the side
CLIENT:
- Register keybinds
- Register creative gui category tab events
- Register sprites
SERVER:
- Register crafting fix
- Register sync event for config
- Register missing mappings events
There are no URL requests in that (something that other mods do sometimes and significantly slow down load times). I stick to my original statement and you should check your server configurations.
RAM on Aternos depends on player slots. Every server starts with 500mb of ram and gains 100mb more for every player slot added.