1Gb memory limit for 32bits systems

This commit is contained in:
Juan Jose Garcia Ripoll 2009-11-29 23:24:23 +01:00
parent 113e36557f
commit 54547cabd3

View file

@ -82,7 +82,7 @@ static cl_fixnum option_values[ECL_OPT_LIMIT+1] = {
16*1024, /* ECL_OPT_C_STACK_SAFETY_AREA */
1, /* ECL_OPT_SIGALTSTACK_SIZE */
#if ECL_FIXNUM_BITS <= 32
512*1024*1024, /* ECL_OPT_HEAP_SIZE */
1024*1024*1024, /* ECL_OPT_HEAP_SIZE */
#else
4024*1024*1024, /* ECL_OPT_HEAP_SIZE */
#endif