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:
Guillaume Le Vaillant 2020-11-30 19:42:04 +01:00
parent dec194bfa8
commit c3e459d266
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -507,7 +507,7 @@ (define (quoted-path input path)
`("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