gnu: sbcl: Increase maximum heap size to 2Gb.
* gnu/packages/lisp.scm (sbcl)[arguments]: Add the "--dynamic-space-size=2Gb" option in the build phase.master
parent
0f96fd6454
commit
47a2306415
|
@ -494,6 +494,7 @@ an interpreter, a compiler, a debugger, and much more.")
|
||||||
`("clisp")))
|
`("clisp")))
|
||||||
(string-append "--prefix="
|
(string-append "--prefix="
|
||||||
(assoc-ref outputs "out"))
|
(assoc-ref outputs "out"))
|
||||||
|
"--dynamic-space-size=2Gb"
|
||||||
"--with-sb-core-compression"
|
"--with-sb-core-compression"
|
||||||
"--with-sb-xref-for-internals")))
|
"--with-sb-xref-for-internals")))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Reference in New Issue