New Chunk Loading Lag
In my server loading new chunks takes quite a lot of time, but does not cause any tps lag. there is very little tps lag in general. i was wondering if anyone knows what could cause this. Does someone know details about new chunk loading that can help with this?
I have three ideas for what it could be.
1, the storage of the aws instance I'm using only has 3000 IOPS.
2, because it is running on one core maybe the mod pack(create+) i am using is can use multiple cores and that is causing the lag.
3, the instance is using a ARM64 cpu architecture and maybe that is causing chunk loading to be suboptimal.
14 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by emmettrm#0
AWSThat'll be part of your problem. But otherwise !chunky
Plugin: Chunky
Chunky is a plugin that will load chunks in a defined radius into server memory, making it easier, and less performance impacting on your server when a player loads those chunks.
If you've setup a worldborder, start with by typing
/chunky worldborder
. Otherwise, you can set a radius using /chunky radius #
. Then run /chunky start
.
It is a good idea to let this run with no players online. If your server does crash, just start it back up and /chunky resume
and it should pick back up where it left off.
Once it tells you that the task is finished, you may remove the chunky plugin folder and the Chunky .jar from your server.Admincraft Canned Responses
Pre-generate your chunks so your server doesn't have to make them later, just read them.
ok, that makes sense
ty
also
why is aws bad?
expensive
In general, VPS's are overpriced and underperforming for Minecraft server/game server hosting purposes.
what is the better option?
use oracle VPS for free
just make backups
Almost quite literally any host in #marketplace
ok, ima look into those. but also im still wondering what is the root of the chunks taking so long to load. like, what is limiting the loading of new chunks? is it IOPS or cpu?
Combination of
Modded servers in general being hard to generate
Vanilla Minecraft terrain generation is entirely single threaded
VPSes are usually using low individal power/high core count CPUs
ok, makes sense
thanks for all the help
!solved
post closed!
The post/thread has been closed!
Requested by emmettrm#0