-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPS Spikes #519
Comments
Maybe try adding the line |
I had the same TPS spike yesterday on 1.21, it too got down to PalettedContainer.serialize(), it's hard to re-produce since it appears to only occur for me after an hour or two (or a lot of chunk loading). |
It is worth mentioning that chunk serialization is slow and the time it takes depends on how complex the chunks are. That means, if they have more mobs or block entities, the server will need more time to save them. And the more chunks the server is waiting on to save, the longer the spikes will become as it tries to work through the backlog. |
I don't remember getting this before 1.21 though, it's weird. |
Version Information
lithium-fabric-mc1.20.1-0.11.2
Causing tps spikes above 1300
Actual Behavior
Caused tps to spike
Reproduction Steps
Install Lithium
Other Information
https://spark.lucko.me/1blXmWAwU1
PalettedContainer.serialize() causing it to spike
The text was updated successfully, but these errors were encountered: