Hellliii I'm having an issue on my server where after I start it, players and I can play for 10-15 mins before it turns off. It's happened 10 times today and I'm stuck on what it could be Crash report: https://pastebin.com/cG620zAg
Well that are a lot of plugins you are having there I guess. As far as I understand it your version of BuyCraft is damaged a little. Maybe reinstalling it will help
@MightyOne thanks for your response i downgraded the version of the plugin to the one I used to run, as I did update it 4-5 days ago. however, the problem still happens. here's what happens in console when we crash: https://pastebin.com/fZBFLMpT
your server either ran out of memory or you have a plugin that is spamming endless scheduler tasks where do you host your server? what specs do you have? this could be a problem of your provider too, when they run multiple servers with one linux user without setting ulimit/getrlimit properly
I host it in a dedicated slot with OVH. Here are the specs CPU: Intel i7-6700K - 4c/8t - 4GHz /4.2GHz RAM: 32GB DDR4 2133 MHz Disks: SoftRaid 2x480GB SSD We're using 16GB alone - and we never reach more than using 10gb. Any idea how I would find what plugin may be causing the memory leak?
do you run multiple servers on that machine? whats the output of 'ulimit -a' when you run it as the user who runs the minecraft servers (hopefully not root) ? you can also check how many threads your server did create using 'ps huH p $pid | wc -l' where $pid is the pid of your server's process.