SLY: Add SBCL with low dynamic space size.

master
Pierre Neidhardt 2021-07-27 09:48:58 +02:00
parent 64de502056
commit 2aca088115
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ This dump is expected to be generated by `lisp-repl-core-dumper'."
'("--" "sbcl")))
;; Simple REPL environment for Nyxt, in case sbcl-nyxt does not work.
(sbcl-nyxt-failsafe ,(append nyxt-command '("--" "sbcl")))
(sbcl-nyxt-failsafe-1gb ,(append nyxt-command '("--" "sbcl" "--dynamic-space-size" "512")))
(ccl-nyxt ,(append nyxt-command '("ccl" "cl-osicat" ; Osicat is required by non-SBCL compilers.
"--" "ccl")))
(sbcl-nyxt-site ("guix" "environment" "--pure"