mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Avoid constant value 32-bit rollback for 64-bit/4GB heap
This commit is contained in:
parent
fb09755db4
commit
414af2ada2
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ cl_fixnum ecl_option_values[ECL_OPT_LIMIT+1] = {
|
|||
#if ECL_FIXNUM_BITS <= 32
|
||||
1024*1024*1024, /* ECL_OPT_HEAP_SIZE */
|
||||
#else
|
||||
4024*1024*1024, /* ECL_OPT_HEAP_SIZE */
|
||||
4294967296L, /* ECL_OPT_HEAP_SIZE */
|
||||
#endif
|
||||
1024*1024, /* ECL_OPT_HEAP_SAFETY_AREA */
|
||||
0, /* ECL_OPT_THREAD_INTERRUPT_SIGNAL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue