Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
5 lines
331 B
Text
5 lines
331 B
Text
When built with sbcl, maxima imposes a default memory limit of 512 MiB on i386,
|
|
and 1 GiB on amd64. The limit can be changed by defining DYNAMIC_SPACE_SIZE
|
|
in the build environment. The limit can be overridden later, at run-time,
|
|
via the -X or --lisp-options options, or by defining the environment variable
|
|
MAXIMA_LISP_OPTIONS.
|