mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 06:42:18 -08:00
Increased C stack limit
This commit is contained in:
parent
73cda82adb
commit
bcd542c343
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ static cl_fixnum option_values[ECL_OPT_LIMIT+1] = {
|
|||
128, /* ECL_OPT_FRAME_STACK_SAFETY_AREA */
|
||||
32768, /* ECL_OPT_LISP_STACK_SIZE */
|
||||
128, /* ECL_OPT_LISP_STACK_SAFETY_AREA */
|
||||
512*1024, /* ECL_OPT_C_STACK_SIZE */
|
||||
16*1024, /* ECL_OPT_C_STACK_SAFETY_AREA */
|
||||
128*sizeof(cl_index)*1024, /* ECL_OPT_C_STACK_SIZE */
|
||||
4*sizeof(cl_index)*1024, /* ECL_OPT_C_STACK_SAFETY_AREA */
|
||||
1, /* ECL_OPT_SIGALTSTACK_SIZE */
|
||||
#if ECL_FIXNUM_BITS <= 32
|
||||
1024*1024*1024, /* ECL_OPT_HEAP_SIZE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue