Skip to content

Commit 9b5b91d

Browse files
authored
Gullible
omissive
2 parents d012351 + 04b4985 commit 9b5b91d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hxcpp.n

135 Bytes
Binary file not shown.

src/hx/gc/Immix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static int sgCheckInternalOffsetRows = 0;
106106
int gInAlloc = false;
107107

108108
// This is recalculated from the other parameters
109-
static size_t sWorkingMemorySize = 50*1024*1024;
109+
static size_t sWorkingMemorySize = 256*1024;
110110

111111
#ifdef HXCPP_GC_MOVING
112112
// Just not sure what this shold be

0 commit comments

Comments
 (0)