#Out of memory but not out of memory?
1 messages · Page 1 of 1 (latest)
what are you running the jar with, like the full command
it doesn't matter how much ram your host machine has, allocating too little via -Xmx limits the java vm
I don't have any limits set.
I did try at one point with -Xmx4G but it made no difference.
java -jar Lavalink.jar
I think I solved it
It was attempting to spawn a thread for every cpu core which was cauing it to crash.
Stopping that from happening has made it work again 👍