From 47a2306415cf19270cb398590be3d95a92a0e73b Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Mon, 23 Mar 2020 18:14:45 +0100 Subject: 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. --- gnu/packages/lisp.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 2af0d78da3..a65eb19e0c 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -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 -- cgit v1.2.3