linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* multiple page allocation errors in 2.6.10
@ 2005-01-19  8:11 Ake
  2005-01-19 23:59 ` Nathan Scott
  0 siblings, 1 reply; 2+ messages in thread
From: Ake @ 2005-01-19  8:11 UTC (permalink / raw)
  To: linux-kernel

Hi!
I'm getting multiple page allocation errors under high load.
Should i worry about them?

/etc/sysctl.conf:
net/core/rmem_max = 83333333
net/core/wmem_max = 83333333
net/ipv4/tcp_rmem = 4096 833333 83333333
net/ipv4/tcp_wmem = 4096 833333 83333333
vm/min_free_kbytes = 32768

(The tcp stuff is there since we mostly have long distance traffic.)
Please reply to me, i'm not on the list.

nfsd: page allocation failure. order:4, mode:0x50
 [<c010365e>] dump_stack+0x1e/0x30
 [<c013cefc>] __alloc_pages+0x1bc/0x350
 [<c013d0b7>] __get_free_pages+0x27/0x40
 [<c0140872>] kmem_getpages+0x22/0xd0
 [<c01415e1>] cache_grow+0xc1/0x170
 [<c014176b>] cache_alloc_refill+0xdb/0x220
 [<c0141b7f>] __kmalloc+0x7f/0x90
 [<f8ca0529>] kmem_alloc+0x59/0xe0 [xfs]
 [<f8ca0661>] kmem_realloc+0x21/0x70 [xfs]
 [<f8c7d59c>] xfs_iext_realloc+0xfc/0x150 [xfs]
 [<f8c52cc2>] xfs_bmap_insert_exlist+0x32/0xa0 [xfs]
 [<f8c4f98d>] xfs_bmap_add_extent_hole_delay+0x34d/0x540 [xfs]
 [<f8c4d0b1>] xfs_bmap_add_extent+0x391/0x450 [xfs]
 [<f8c557a4>] xfs_bmapi+0xf54/0x1540 [xfs]
 [<f8c80ad3>] xfs_iomap_write_delay+0x5a3/0x940 [xfs]
 [<f8c7fd79>] xfs_iomap+0x2d9/0x4c0 [xfs]
 [<f8ca1cff>] linvfs_get_block_core+0x8f/0x2e0 [xfs]
 [<f8ca1f95>] linvfs_get_block+0x45/0x50 [xfs]
 [<c015b62b>] __block_prepare_write+0x1eb/0x400
 [<c015c052>] block_prepare_write+0x32/0x50
 [<c013a3e3>] generic_file_buffered_write+0x1a3/0x5a0
 [<f8ca965a>] xfs_write+0x91a/0xb40 [xfs]
 [<f8ca4f94>] linvfs_writev+0xd4/0xf0 [xfs]
 [<c0158619>] do_readv_writev+0x149/0x240
 [<c01587e5>] vfs_writev+0x65/0x70
 [<f8d509ff>] nfsd_write+0xef/0x310 [nfsd]
 [<f8d57e5d>] nfsd3_proc_write+0xbd/0x120 [nfsd]
 [<f8d4c67b>] nfsd_dispatch+0xdb/0x210 [nfsd]
 [<f8cf81ca>] svc_process+0x50a/0x650 [sunrpc]
 [<f8d4c410>] nfsd+0x1b0/0x340 [nfsd]
 [<c01009b5>] kernel_thread_helper+0x5/0x10

-- 
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: ake@hpc2n.umu.se	Phone: +46 90 7866134 Fax: +46 90 7866126
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: multiple page allocation errors in 2.6.10
  2005-01-19  8:11 multiple page allocation errors in 2.6.10 Ake
@ 2005-01-19 23:59 ` Nathan Scott
  0 siblings, 0 replies; 2+ messages in thread
From: Nathan Scott @ 2005-01-19 23:59 UTC (permalink / raw)
  To: Ake; +Cc: linux-kernel

On Wed, Jan 19, 2005 at 09:11:32AM +0100, Ake wrote:
> Hi!
> I'm getting multiple page allocation errors under high load.
> Should i worry about them?
> 
> nfsd: page allocation failure. order:4, mode:0x50
> ...[xfs stack]...

No, this one is OK and was a recoverable situation.
We need to do some (non-trivial) work in XFS to
prevent high order allocations in this situation
altogether, but your system should still be fine.

cheers.

-- 
Nathan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-20  0:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-19  8:11 multiple page allocation errors in 2.6.10 Ake
2005-01-19 23:59 ` Nathan Scott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).