reduce the initail amount of space for globals

This commit is contained in:
Vitor Santos Costa 2009-05-17 09:41:34 -07:00
parent de1fb3e2c5
commit 94e740ae31
1 changed files with 1 additions and 1 deletions

View File

@ -1651,7 +1651,7 @@ Yap_InitYaamRegs(void)
WPP = NULL;
PREG_ADDR = NULL;
#endif
Yap_AllocateDefaultArena(1024*1024, 2);
Yap_AllocateDefaultArena(128*1024, 2);
Yap_PreAllocCodeSpace();
#ifdef CUT_C
cut_c_initialize();