mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-31 01:15:45 -04:00
bump memory limit (per process? or per "node?") from 2047 => 4095
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user