We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e335dc commit 78cbc8dCopy full SHA for 78cbc8d
src/gc.c
@@ -683,7 +683,7 @@ static const size_t default_collect_interval = 3200 * 1024 * sizeof(void*);
683
// Work really hard to stay within 2GB
684
// Alternative is to risk running out of address space
685
// 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
+static memsize_t max_total_memory = (memsize_t) 768 * 1024 * 1024; // The new heuristics use all the heap, which makes it run out
687
#endif
688
689
// global variables for GC stats
0 commit comments