lkml.org 
[lkml]   [2012]   [Nov]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v6 25/29] memcg/sl[au]b: shrink dead caches
On Thu, 8 Nov 2012, Andrew Morton wrote:

> > kmem_cache_shrink is also used internally. Its simply releasing unused
> > cached objects.
>
> Only in slub. It could be removed outright from the others and
> simplified in slub.

Both SLAB and SLUB must purge their queues before closing/destroying a
cache. There is not much code that can be eliminated.

> > Because the core cache shrinking needs the slab caches to free up memory
> > from inodes and dentries. We could call kmem_cache_shrink at the end of
> > the shrink passes in vmscan. The price would be that the caches would have
> > to be repopulated when new allocations occur.
>
> Well, the shrinker shouldn't strips away all the cache. It will perform
> a partial trim, the magnitude of which increases with perceived
> external memory pressure.

The partial trim of the objects cached by SLAB is performed in 2 second
intervals from the cache reaper.

We are talking here about flushing all
the cached objects from the inode and dentry cache etc in vmscan right?


\
 
 \ /
  Last update: 2012-11-09 21:21    [W:0.185 / U:1.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site