Skip to content
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

Plugin causing lag and mspt spikes. #446

Open
matipoirierg opened this issue Oct 11, 2024 · 2 comments
Open

Plugin causing lag and mspt spikes. #446

matipoirierg opened this issue Oct 11, 2024 · 2 comments

Comments

@matipoirierg
Copy link

https://spark.lucko.me/hZPXWAhqob

@TreemanKing
Copy link
Contributor

Duplicate of #439

@sekwah41
Copy link
Owner

sekwah41 commented Oct 11, 2024

Same place different issue. This one is due to incredible inefficient reading of the file entities by spigot.

Paper and its forks have a Boolean you can pass in to avoid this spike but I haven't implemented any paper specific performance improvements yet.

That's if it's the one I'm thinking of.

By the look of the logs it's due to reading the contents of the tile entities. Though we only want to check the material type. The other one was to do with an on join method triggering the chunk to force load and freezing the server until it's ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants