mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Experiment with using a lower peak heap size
This commit is contained in:
parent
f8b409a8b9
commit
3431e37e0e
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ typedef unsigned char tag_type;
|
|||
#define INITIAL_HEAP_SIZE (3 * 1024 * 1024)
|
||||
|
||||
/** Normal size of a heap page */
|
||||
#define HEAP_SIZE (32 * 1024 * 1024)
|
||||
#define HEAP_SIZE (8 * 1024 * 1024)
|
||||
|
||||
// End heap page size parameters
|
||||
////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue