mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user