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

View File

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