set mem manager upper limit to more sane value

This commit is contained in:
DarthArgus
2016-02-14 23:51:10 -06:00
parent f70229a178
commit c22a458c9f
@@ -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;