Richard Schroeppel on Wed, 15 Jan 2003 11:00:57 -0700 (MST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
garbage collection |
In Lisp systems, typical garbage collector behavior is to bump memory by *2 or +20% when insufficient free space is returned (<20%). If we've hit the upper limit and can't or won't get more, the user deserves a message, and maybe an opportunity to increase the limits. This is an area where "one behavior fits all needs" isn't right. If I'm on a single user machine, I may be willing to live with the thing grinding to a near halt in order to let my computation finish; or maybe not. Rich Schroeppel rcs@cs.arizona.edu