mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Reduce stack size to 1/4 MB for now
This commit is contained in:
parent
8f0a044e72
commit
2527edac26
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void gc_thr_add_to_move_buffer(gc_thread_data *d, int *alloci, object obj);
|
|||
#define STACK_GROWS_DOWNWARD 1
|
||||
|
||||
/* Size of the stack buffer, in bytes. */
|
||||
#define STACK_SIZE 500000
|
||||
#define STACK_SIZE 250000
|
||||
|
||||
/* Size of the 2nd generation, in bytes. */
|
||||
#define HEAP_SIZE 6000000
|
||||
|
|
Loading…
Add table
Reference in a new issue