gnu: sbcl: Increase default maximum heap size.
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size of 3 GiB.master
parent
dec194bfa8
commit
c3e459d266
|
@ -507,7 +507,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"
|
"--dynamic-space-size=3072"
|
||||||
"--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