11
Hi,
Have a look at server logs and look for clue when server crashes. It may be a problem of configuration, not missing resources.
For example check the memory setting in php.ini - the default is 8MB and at some point I had a problem with that and had to increase it to 16MB (for you may be more, it may depend on the content you have. I don't remember the simptoms, but there was a entry in the log.)
Check the size of the database and tables. In some XOOPS versions the sessions table was growing very big ...
You may also temporary put a script to monitor the usage of resources ...