We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d012351 + 04b4985 commit 9b5b91dCopy full SHA for 9b5b91d
2 files changed
hxcpp.n
135 Bytes
src/hx/gc/Immix.cpp
@@ -106,7 +106,7 @@ static int sgCheckInternalOffsetRows = 0;
106
int gInAlloc = false;
107
108
// This is recalculated from the other parameters
109
-static size_t sWorkingMemorySize = 50*1024*1024;
+static size_t sWorkingMemorySize = 256*1024;
110
111
#ifdef HXCPP_GC_MOVING
112
// Just not sure what this shold be
0 commit comments