
Originally Posted by
darren
Is the server a VPS or dedicated ? VPS are notoriously bad for running game servers on as they can end the server process abruptly for crossing any number of resource limit thresholds. A dedicated server can also do this, for instance if it runs out of memory it will invoke the oomkiller (out of memory killer) to start taking processes out to free up memory. There are also some third party utlities that will look through the running processes and kill ones it finds offensive. Normally you can add your programs to a whitelist to prevent those from causing harm. If you have an exact error from `dmesg` or the like, paste it.
You may have better luck solving this if you post in the regular forums (more traffic) as this is not gameserver related but rather it could be any process using a lot of resources.