Hi all,

I want to run SBCL on a low-powered VPS.  Is there a way (clbuild.conf 
perhpas?) to call:

  ./clbuild compile-implementation sbcl

so that sbcl is compiled with dynamic-space-size set to 128 (or lower).

At the moment I have to set this value explicitly each time on the command 
line, like so:

 $ sbcl --dynamic-space-size 128

for it to work.

Regards,

Sebastian

_______________________________________________
clbuild-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/clbuild-devel

Reply via email to