On Wed, 6 Oct 2010, Andi Kleen wrote: > > > So it would depend on that total number of caches in the system? > > > > Yes. Also the expiration is triggerable from user space. You can set up a > > cron job that triggers cache expiration every minute or so. > > movement also. > > That doesn't seem like a good way to do this to me. Such things should work > without special cron jobs. Its trivial to add a 2 second timer (or another variant) if we want the exact slab cleanup behavior. However, then you have the disturbances again of running code by checking all the caches in the system on all cpus. Running the cleaning from reclaim avoids that. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>