Bigger initial heap.
This commit is contained in:
parent
fe5c9a3783
commit
82a6c64430
4
c/main.c
4
c/main.c
|
@ -9,8 +9,8 @@
|
|||
** the top. -Olin
|
||||
*/
|
||||
#if !defined(DEFAULT_HEAP_SIZE)
|
||||
/* 4 megacell = 16 megabytes (8 meg per semispace) */
|
||||
#define DEFAULT_HEAP_SIZE 4500000L
|
||||
/* 5 megacell = 20 megabytes (10 meg per semispace) */
|
||||
#define DEFAULT_HEAP_SIZE 5000000L
|
||||
#endif
|
||||
|
||||
#if !defined(DEFAULT_STACK_SIZE)
|
||||
|
|
Loading…
Reference in New Issue