Re: [PATCH] reduce fragmentation due to kmem_cache_alloc_node
From: Badari Pulavarty <hidden>
Date: 2004-10-15 22:43:16
Also in:
lkml
From: Badari Pulavarty <hidden>
Date: 2004-10-15 22:43:16
Also in:
lkml
On Fri, 2004-10-15 at 11:08, Badari Pulavarty wrote:
I see size-64 "inuse" objects increasing. Eventually, it fills up entire low-mem. I guess while freeing up scsi-debug disks, is not cleaning up all the allocations :( But one question I have is - Is it possible to hold size-64 slab, because it has a management allocation (slabp - 40 byte allocations) from alloc_slabmgmt() ? I remember seeing this earlier. Is it worth moving all managment allocations to its own slab ? should I try it ?
Nope. Moving "slabp" allocations to its own slab, didn't fix anything. I guess scsi-debug is not cleaning up properly :( Thanks, Badari -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>