gnu: sbcl: Increase default maximum heap size.
* gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size of 3 GiB.
This commit is contained in:
parent
dec194bfa8
commit
c3e459d266
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ an interpreter, a compiler, a debugger, and much more.")
|
|||
`("clisp")))
|
||||
(string-append "--prefix="
|
||||
(assoc-ref outputs "out"))
|
||||
"--dynamic-space-size=2Gb"
|
||||
"--dynamic-space-size=3072"
|
||||
"--with-sb-core-compression"
|
||||
"--with-sb-xref-for-internals")))
|
||||
(replace 'install
|
||||
|
|
Reference in a new issue