Increased safety area for the BDS binding stack

This commit is contained in:
Juan Jose Garcia Ripoll 2012-04-14 11:42:26 +02:00
parent f7f9a99a60
commit e06d7c7c30

View file

@ -80,7 +80,7 @@ cl_fixnum ecl_option_values[ECL_OPT_LIMIT+1] = {
16, /* ECL_OPT_SIGNAL_QUEUE_SIZE */
0, /* ECL_OPT_BOOTED */
8192, /* ECL_OPT_BIND_STACK_SIZE */
128, /* ECL_OPT_BIND_STACK_SAFETY_AREA */
1024, /* ECL_OPT_BIND_STACK_SAFETY_AREA */
2048, /* ECL_OPT_FRAME_STACK_SIZE */
128, /* ECL_OPT_FRAME_STACK_SAFETY_AREA */
32768, /* ECL_OPT_LISP_STACK_SIZE */