mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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
|
#define STACK_SIZE 500000
|
||||||
|
|
||||||
// Size of a "page" on the heap (the second generation), in bytes.
|
// 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
|
// Major GC tuning parameters
|
||||||
|
|
Loading…
Add table
Reference in a new issue