mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
set mem manager upper limit to more sane value
This commit is contained in:
@@ -256,7 +256,7 @@ namespace MemoryManagerNamespace
|
||||
bool ms_installed;
|
||||
bool ms_limitSet;
|
||||
bool ms_hardLimit;
|
||||
int ms_limitMegabytes = 4095;
|
||||
int ms_limitMegabytes = 3071;
|
||||
SystemAllocation * ms_firstSystemAllocation;
|
||||
int ms_numberOfSystemAllocations;
|
||||
int ms_systemMemoryAllocatedMegabytes;
|
||||
|
||||
Reference in New Issue
Block a user