bump memory limit (per process? or per "node?") from 2047 => 4095

This commit is contained in:
DarthArgus
2016-01-26 12:42:06 -06:00
parent 38a6f39ef7
commit 20d45ac5f9
@@ -256,7 +256,7 @@ namespace MemoryManagerNamespace
bool ms_installed;
bool ms_limitSet;
bool ms_hardLimit;
int ms_limitMegabytes = 2047;
int ms_limitMegabytes = 4195;
SystemAllocation * ms_firstSystemAllocation;
int ms_numberOfSystemAllocations;
int ms_systemMemoryAllocatedMegabytes;