public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: E1000 - page allocation failure - saga continues :( message 1
@ 2005-05-11 14:45 Paul Nowoczynski
  0 siblings, 0 replies; only message in thread
From: Paul Nowoczynski @ 2005-05-11 14:45 UTC (permalink / raw)
  To: linux-kernel

I think the problem is related to dma activity by the e1000 and the page 
cache hoarding
all the pages in the system.  I've been using min_free_kbytes to get 
around this - setting it
at 131072.  Even at that amount I still see the page_alloc errors, 
raising the limit to 262144
actually lowers the amount of memory the system reserves (to about 
90MB)!   I've seen this
on both 2.6.7 and recently 2.6.11. 

I'd like to see more control over the page cache.  My machine do tons of 
disk IO and really
I find it a waste that 1.8 GB of memory is sitting idle in the page 
cache, meanwhile the kernel
is unable to free it fast enough when the ethernet card needs to dma.

If I'm missing something please let me know.
paul

linuxkernel2.20.sandos@spamgourmet.com wrote:
 > Nick Piggin - nickpiggin@yahoo.com.au wrote:
 >
 >> linuxkernel2.20.sandos@spamgourmet.com wrote:

 >>> It would be nice with a "cleaner" solution though.
 >>>
 >>
 >> What kernel are you using?
 >> Are you doing a lot of block IO as well?
 >
 >
 > I am using 2.6.11.8.
 >
 > Yes, the server is a fileserver for both the internet (~10Mbit) and
 > internally (1Gbit e1000). Hardware is pretty old so is pretty heavily
 > loaded and with 256MB RAM.
 >

OK, well there are some patches in 2.6.12 that should make
things slightly better, and then some more patches in -mm
(not sure if they'll make it for 2.6.12) that should make
things slightly better again.

Basically they work towards reducing the memory allocation
"priority" for block IO requests, in relation to networking
and other atomic allocation requirements.

If you can't test the latest -mm, or 2.6.12-rc4, then wait
for 2.6.12 and 2.6.13 and check back on the problem.

Thanks,
Nick

-- 
SUSE Labs, Novell Inc.

-

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-11 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-11 14:45 E1000 - page allocation failure - saga continues :( message 1 Paul Nowoczynski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox