From: Oleg
Subject: CMUCL: what is it doing when I'm not using it?
Date: 
Message-ID: <argbed$qa3$1@newsmaster.cc.columbia.edu>
Hi

When I leave CMUCL alone, it still tries to reclaim memory once in a while:

[GC threshold exceeded with 2,207,384 bytes in use.  Commencing GC.]
[GC completed with 228,888 bytes retained and 1,978,496 bytes freed.]
[GC will next occur when at least 2,228,888 bytes are in use.]
[GC threshold exceeded with 2,240,008 bytes in use.  Commencing GC.]
[GC completed with 247,240 bytes retained and 1,992,768 bytes freed.]
[GC will next occur when at least 2,247,240 bytes are in use.]


Why?

Oleg
From: Raymond Toy
Subject: Re: CMUCL: what is it doing when I'm not using it?
Date: 
Message-ID: <4nd6p0qhzg.fsf@edgedsp4.rtp.ericsson.se>
>>>>> "Oleg" == Oleg  <············@myrealbox.com> writes:

    Oleg> Hi
    Oleg> When I leave CMUCL alone, it still tries to reclaim memory once in a while:

    Oleg> [GC threshold exceeded with 2,207,384 bytes in use.  Commencing GC.]
    Oleg> [GC completed with 228,888 bytes retained and 1,978,496 bytes freed.]
    Oleg> [GC will next occur when at least 2,228,888 bytes are in use.]
    Oleg> [GC threshold exceeded with 2,240,008 bytes in use.  Commencing GC.]
    Oleg> [GC completed with 247,240 bytes retained and 1,992,768 bytes freed.]
    Oleg> [GC will next occur when at least 2,247,240 bytes are in use.]


    Oleg> Why?

I think this is a bug in the multi-processing version.  It's fixed
now, but I don't recall if the fix is in 18d or not.  I suspect not.
You'll have to wait for 18e or get a more current CVS version.

Ray