[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Static Space filling up



    Date: Sun, 20 Dec 87 11:38:07 PST
    From: luria@renoir.Berkeley.EDU (Marc Luria)

    The static space starts filling up. After cold boot, show gc status
    shows 11 million, but after a week or so, this gets up to 14.
    si:full-gc gets rid of a couple thousand.  I don't think it
    is due to this broadcast process bug.  I think it has something to do
    with recompiling a lot.  From what I understand the compiled-function-area
    is a static space.  Is there anyway to gc this area?
    Or is there another area which may be filling up?

The problem cannot be compiled-function-area, since that is not
reclaimed by full-gc.  Compiled functions can be reclaimed using the
:Optimize World command.  Why don't you use the ROOM function and find
out for yourself what areas are filling up?