Single worker thread #211
Unanswered
Luke100000
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What is the render distance of your server set to? If you decrease it it can help performance while people are traveling around. Also pre-generating the chunks with chunky can also help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a server with 2 virtual cores. Works fine, until someone starts exploring. So my idea was to only have a single worker (e.g.:
defaultGlobalExecutorParallelismExpression
set to 1), which should then never reach full cpu utilization.This initially worked, the server reported a nice 20 tps under load, but eventually started starving and kicking random players.
Any ideas, related mods or config flags which may solve that problem more efficiently? I want to slowdown generation, not the other chunk operations. It feels like a quite basic issue yet I did not found a proper solution.
Beta Was this translation helpful? Give feedback.
All reactions