mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
0f96fd6454
commit
47a2306415
1 changed files with 1 additions and 0 deletions
|
@ -494,6 +494,7 @@ (define (quoted-path input path)
|
|||
`("clisp")))
|
||||
(string-append "--prefix="
|
||||
(assoc-ref outputs "out"))
|
||||
"--dynamic-space-size=2Gb"
|
||||
"--with-sb-core-compression"
|
||||
"--with-sb-xref-for-internals")))
|
||||
(replace 'install
|
||||
|
|
Loading…
Reference in a new issue