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
@@ -74,7 +74,7 @@ void ConfigServerDatabase::install(void)
KEY_BOOL (enableLoadLocks, true);
KEY_INT (databaseReconnectTime, 0);
KEY_BOOL (logChunkLoading,false);
KEY_BOOL (useMemoryManagerForOCI,true);
KEY_BOOL (useMemoryManagerForOCI,false);
KEY_INT (maxCharactersPerLoadRequest,10);
KEY_INT (maxChunksPerLoadRequest,200);
KEY_FLOAT (maxLoadStartDelay,300.0f);