* kmalloc(GFP_KERNEL) vs buffer cache
@ 2001-11-09 19:15 Eli Carter
0 siblings, 0 replies; only message in thread
From: Eli Carter @ 2001-11-09 19:15 UTC (permalink / raw)
To: linux-kernel, kernelnewbies
All,
In dealing with a 2.2 kernel, I'm seeing what appears to be a
kmalloc(GFP_KERNEL) failing to allocate memory because the buffer cache
is using most of available RAM. There are about 5k allocations of about
2k each, done in a loop in an ioctl case (so it is in process context).
It looks like about 3MB of them succeed before one fails.
Is this hypothesis reasonable or not? Why?
According to LDD, GFP_KERNEL will try to swap to get memory if
needed--If that is the case, why would it fail to get memory from the
buffer cache?
What is the correct way to allocate a large number of (relatively) small
buffers? Did this change between 2.2 and 2.4?
TIA,
Eli
--------------------. Real Users find the one combination of bizarre
Eli Carter \ input values that shuts down the system for days.
eli.carter(a)inet.com `-------------------------------------------------
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-11-09 19:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-09 19:15 kmalloc(GFP_KERNEL) vs buffer cache Eli Carter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox