How to avoid server-crashes in general?
Known reasons for server-crashes:
- Do not use too many pk3s. This bug is known as pk3-bug. More than count of 20 is experimental and might cause memory allocation errors.
- Keep your *.cfg-files clean. Remove comments and useless cvars. If value of cvar is default you don't need to set it explicitly.
- Make sure you are using correct syntax in weapon-scripting.
- If running bots have a look at omnibot.log. Some map-bot-scripts (very old and very new ones) also might crash your server irregularly. Errors in omnibot.log and NQ-crash-log memory-errors are signals for this error.