Hi Sebastian,
There's a slightly different, but very effective approach, which involves
a trampoline shell-script.
You can set up a script, either called 'sbcl' or something else (I tend to
call it 'lisp') which calls the actual sbcl runtime with the appropriate
arguments. The trick is to make sure it's the first thing that answers to
the given name in $PATH, then get everything to call that.
The starting point is `sbcl --dynamic-space-size 128` but you can add
further <a
href="http://www.sbcl.org/manual/Command-Line-Options.html">command-line
options</a> to suit, particularly --load and --eval.
Cheers,
James
> Hi there commodity brokers,
>
> sbcl will only run on my low-powered VPS if a dynamic space size is
> specified when it is invoked, e.g.
>
> $ sbcl --dynamic-space-size 128
>
> Is there a way to set this as a site-wide default?
>
> I'm new to sbcl and my understanding is that the config files
> /etc/sbclrc and ~/sbclrc can only contain lisp forms.
>
> Regards,
>
> Sebastian
>
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals.
> Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> _______________________________________________
> Sbcl-help mailing list
> Sbcl-help@...
> https://lists.sourceforge.net/lists/listinfo/sbcl-help
>
|