disable the memory manager entirely! - server scripts may load _slightly_ slower at least, visibly, but we don't crash this way

This commit is contained in:
DarthArgus
2016-02-26 09:54:55 -06:00
parent 1c1cf54a7b
commit 4093f2d0f4
3 changed files with 2 additions and 30 deletions
@@ -36,7 +36,7 @@
// the below seems to bare minimum cause the DB process to segfault
// too bad, if we weren't using an omnibus mem manager we could potentially maximize usage
#define DISABLE_MEMORY_MANAGER 0
#define DISABLE_MEMORY_MANAGER 1
//lint -e826 // Suspicious pointer-to-pointer conversion (area too small)