On 10/17/17 2:50 PM, David Rientjes wrote:
On Wed, 18 Oct 2017, Yang Shi wrote:
Please simply dump statistics for all slab caches where the memory
footprint is greater than 5% of system memory.
Unconditionally? User controlable?
Unconditionally, it's a single line of output per slab cache and there
can't be that many of them if each is using >5% of memory.
So,you mean just dump the single slab cache if its size > 5% of system memory
instead of all slab caches?
Yes, this should catch occurrences of "huge unreclaimable slabs", right?
Yes, it sounds so. Although single "huge" unreclaimable slab might not
result in excessive slabs use in a whole, but this would help to filter
out "small" unreclaimable slab.
Yang
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>