From: Lei Tang
Subject: How to increase memory size of CLisp under lisp in a box?
Date: 
Message-ID: <eempie$pev$1@news.asu.edu>
Hi, I'm currently doing some projects with lisp in a box. The base 
interpreter is CLisp. Is there any way to change the memory size for 
Clisp? I know that I can call CLisp by typing "CLisp -m 1024mb" in the 
command.  I found that there's a RunCLISP.bat under the CLISP folder. By 
adding "-m 1024mb" after "-q" seems works.   Is this the correct way?

I really appreciate your help.

-Lei