guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/12: gnu: sbcl: Increase default maximum heap size.


From: guix-commits
Subject: 02/12: gnu: sbcl: Increase default maximum heap size.
Date: Tue, 1 Dec 2020 05:55:56 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit c3e459d266992939a190b9c36d7446ffeed8535a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Nov 30 19:42:04 2020 +0100

    gnu: sbcl: Increase default maximum heap size.
    
    * gnu/packages/lisp.scm (sbcl)[arguments]: Build with a max heap size
      of 3 GiB.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index f0f5c01..681aaac 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]