mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Increase heap page to 32MB
This commit is contained in:
parent
e034459e81
commit
7900d47589
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue