Increase heap page to 32MB

This commit is contained in:
Justin Ethier 2016-03-03 23:21:09 -05:00
parent e034459e81
commit 7900d47589

View file

@ -29,7 +29,7 @@
#define STACK_SIZE 500000
// Size of a "page" on the heap (the second generation), in bytes.
#define HEAP_SIZE (10 * 1024 * 1024)
#define HEAP_SIZE (32 * 1024 * 1024)
/////////////////////////////
// Major GC tuning parameters