mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
bc2f8854ca
be build WITH_THREADS on recent versions of FreeBSD once again) [1]; rename *.core files in sbcl and math/maxima so that they are not removed by disk-cleaning scripts [2]; make it possible to use the makesum target in sbcl WITH_SBCL; fix maxima build WITH_CMUCL, and place a default memory cap of 1GiB on amd64; reduce default output from a few targets in maxima, and defer patch cleaning to the pre-build target to make debugging easier PR: 162017 [1], 162680 [2] Approved by: pav (portmgr) Feature safe: yes
6 lines
329 B
Plaintext
6 lines
329 B
Plaintext
When built with sbcl, maxima imposes a default memory limit of 512MiB on i386,
|
|
and 1GiB 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.
|