On 01/11/2012 03:16 AM, Henrik Nordström wrote: > tis 2012-01-10 klockan 13:39 +0200 skrev Tsantilas Christos: >> Inside StoreEntry::swapOut() the StoreEntry::trimMemory() method called >> to release unused MemObjects memory. The trimMemory method must called >> for all store entries, but current code blocks that call for >> not-swappable objects, at least. > > Ouch... may explain why many complains about running out of memory with > all memory eaten by mem_node way above configured cache size.
Yep, this is the problem... The memory released after the transaction completed, but 1 or 2 big objects may cause run out of memory.. > > Regards > Henrik > >
