me
/
guix
Archived
1
0
Fork 0

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
Guillaume Le Vaillant 2020-03-23 18:14:45 +01:00
parent 0f96fd6454
commit 47a2306415
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ an interpreter, a compiler, a debugger, and much more.")
`("clisp")))
(string-append "--prefix="
(assoc-ref outputs "out"))
"--dynamic-space-size=2Gb"
"--with-sb-core-compression"
"--with-sb-xref-for-internals")))
(replace 'install