How do I build default images provided by Franz with non-default heap sizes and/or locations?
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
- I want to build personalized reports not provided in default AWStats reports. How can I setup the Extra Sections parameters in my AWStats config file to do so ?
- How do I build default images provided by Franz with non-default heap sizes and/or locations?
- How do I build an image with non-default heap sizes and/or locations?