Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I build default images provided by Franz with non-default heap sizes and/or locations?

0
Posted

How do I build default images provided by Franz with non-default heap sizes and/or locations?

0

A common problem with developers of ‘large’ applications is that default development images such as alisp.dxl and allegro.dxl are built with default heap locations. Further, even if developers customize the heap locations and sizes of these apps, their changes are undone when they update patches and run update.sh or update.exe. To this end, we have added the following environment variables that build-lisp-image will check for when creating a new image. • ACL_BUILD_LISP_HEAP_START: :lisp-heap-start argument • ACL_BUILD_LISP_HEAP_SIZE: :lisp-heap-size argument • ACL_BUILD_C_HEAP_START: :c-heap-start argument • ACL_BUILD_C_HEAP_SIZE: :c-heap-size argument • ACL_BUILD_NEWSPACE: :newspace argument • ACL_BUILD_OLDSPACE: :oldspace argument Arguments values should use lisp hex notation (#x). It is recommended that users not modify their general development environment when making use of these environment variables as that can result in undue confusion and unexpected results. Instead, it is rec

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.