reduce the initail amount of space for globals
This commit is contained in:
parent
de1fb3e2c5
commit
94e740ae31
2
C/exec.c
2
C/exec.c
@ -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();
|
||||||
|
Reference in New Issue
Block a user