Preallocation of memory in 2.4 kernels
From: chandrasekhar nagaraj
Date: Fri Aug 13 2004 - 13:14:05 EST
Hi,
We have a block driver which operates under heavy IO load.The driver
always preallocates the memory for IO so that while IO is going ,it can take
the required memory from the pool.(for performance reasons,we preallocate
the memory).
But we do have some small chunks of memory allocation (say close to 4K) when
the IO is in operation.(to update the stats,we require this memory).But
under heavy load conditions,the kmalloc fails to get even this small chunk
of data.
We felt that we could preallocate some 64K of memory pool(before the IO
starts) and then when this kind of small memory request comes (note that
this request size is variable) , we would use this memory pool instead of
using the kmalloc.
Is there any mechanism in 2.4 kernels to achieve this task.?
Regards
Chandrasekhar
_________________________________________________________________
Block annoying pop ups! Empower your search!
http://server1.msn.co.in/features04/general/MSNToolbar Enrich your internet
experience!
-
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/