Replies: 2 comments 1 reply
-
Using that many bots will cause high ram usage. They all have to keep track of the world individually, so it will take a lot of memory. To make them more performant, you can try using worker_threads, otherwise it’s not really doable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could try reducing view distance by using: bot.settings.viewDistance = "tiny" inside |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey. I wanted to "stress-test" my server but I have problems with memory usage with around 50 bots. I want of course more but in current state node.js eating around 5gb of ram.
What can I do to lower the memory usage?
Beta Was this translation helpful? Give feedback.
All reactions