set mem manager upper limit to more sane value

This commit is contained in:
DarthArgus
2016-02-14 23:51:32 -06:00
parent 150c0f4894
commit 6bb5137dc4
@@ -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;