Re: [PATCH]: Option to run cache reap in thread mode

From: Manfred Spraul
Date: Wed Jun 16 2004 - 14:04:11 EST


Dimitri Sivanich wrote:

Do you use the default batchcount values or have you increased the values?



Default.



Could you try to reduce them? Something like (as root)

# cd /proc
# cat slabinfo | gawk '{printf("echo \"%s %d %d %d\" > /proc/slabinfo\n", $1,$9,4,2);}' | bash

If this doesn't help then perhaps the timer should run more frequently and scan only a part of the list of slab caches.

--
Manfred
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/