mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
1Gb memory limit for 32bits systems
This commit is contained in:
parent
113e36557f
commit
54547cabd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue