Skip to content

Commit 78cbc8d

Browse files
committed
Less, even less
1 parent 0e335dc commit 78cbc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ static const size_t default_collect_interval = 3200 * 1024 * sizeof(void*);
683683
// Work really hard to stay within 2GB
684684
// Alternative is to risk running out of address space
685685
// on 32 bit architectures.
686-
static memsize_t max_total_memory = (memsize_t) 1024 * 1024 * 1024; // The new heuristics use all the heap, which makes it run out
686+
static memsize_t max_total_memory = (memsize_t) 768 * 1024 * 1024; // The new heuristics use all the heap, which makes it run out
687687
#endif
688688

689689
// global variables for GC stats

0 commit comments

Comments
 (0)