Bigger initial heap.

This commit is contained in:
mainzelm 2002-04-04 08:46:09 +00:00
parent fe5c9a3783
commit 82a6c64430
1 changed files with 2 additions and 2 deletions

View File

@ -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)