[slime-devel] setting heap size for SBCL for use with SLIME

Helmut Eller heller at common-lisp.net
Sun Jun 3 12:15:18 UTC 2012


* Faheem Mitha [2012-06-03 11:54] writes:

> Hmm. it returns
>
> (("sbcl" ("sbcl")) ("clisp" ("clisp")) ("ecl" ("ecl")) ("cmucl" ("cmucl")))
>
> What does this mean?

The variable is documented here
http://common-lisp.net/project/slime/doc/html/Multiple-Lisps.htm.
or just use M-x describe-variable.

If you just want to set the heap size put this in your .emacs:
(setq slime-lisp-implementations
      '((sbcl ("sbcl" "--dynamic-space-size" "1024"))))

If you want to figure out who or what sets it's to the value it
has, also check /etc/emacs/site-lisp/ or /usr/share/emacs/site-lisp/

Helmut





More information about the slime-devel mailing list