Skip to content
Discussion options

You must be logged in to vote

@sarkaria
It’s difficult to pinpoint exactly what’s going wrong, but I’ll share some pointers that might help. 🙂

Process isolation: The GUI runs in its own private process. It also starts the server and booter, which each run in separate processes. Your bot likewise runs in its own process. Because of this, it’s unlikely that the GUI or server are directly affected by your bot—unless there’s an unexpected bug.

Resource usage: The reinforcement process may consume significant system resources (CPU and memory). This can indirectly impact the performance of the server and GUI since they share the same operating system. I recommend opening Activity Monitor and checking the Java processes. You…

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@sarkaria
Comment options

Answer selected by flemming-n-larsen
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@sarkaria
Comment options

@flemming-n-larsen
Comment options

@sarkaria
Comment options

@flemming-n-larsen
Comment options

@sarkaria
Comment options

Comment options

You must be logged in to vote
1 reply
@sarkaria
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants