guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl: Increase maximum heap size to 2Gb.


From: guix-commits
Subject: branch master updated: gnu: sbcl: Increase maximum heap size to 2Gb.
Date: Tue, 24 Mar 2020 04:32:42 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 47a2306  gnu: sbcl: Increase maximum heap size to 2Gb.
47a2306 is described below

commit 47a2306415cf19270cb398590be3d95a92a0e73b
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Mon Mar 23 18:14:45 2020 +0100

    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 2af0d78..a65eb19 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



reply via email to

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