Raymond Toy wrote: >>>>>>"bob" == bob coyne <[EMAIL PROTECTED]> writes: >>>>>> >>>>>> > > bob> Running cmucl-19a on Linux > > bob> I'm running a webserver with portable allegroserve with clsql and > bob> every so often (about once a week) have gotten seemingly infinite > bob> garbage collector loops (as below). I haven't changed any GC > bob> parameters from the defaults. > >I've seen some similar things where GC seemed unable to clean up. It >was some simple test function someone posted; I can't find it anymore. > >Perhaps you can change gencgc-oldest-gen-to-gc[1] to 0. This disables >the generational part of the GC. Or some other value less than 5 >might be appropriate. > >If it still loops, I don't have any good idea. > >Ray > >Footnotes: >[1] (alien:def-alien-variable gencgc-oldest-gen-to-gc c-call:int)\ > >
Thanks, I'll experiment with that.
