[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <488A214C.3060605@shaw.ca>
Date: Fri, 25 Jul 2008 12:54:04 -0600
From: Robert Hancock <hancockr@...w.ca>
To: Udo van den Heuvel <udovdh@...all.nl>
CC: LKML <linux-kernel@...r.kernel.org>
Subject: Re: What to do with `kswapd0: page allocation failure. ` ?
Udo van den Heuvel wrote:
> Hello,
>
> Found a few of these logged. See below.
> What are they? Harmfull? Bug?
>
> Kind regards,
> Udo
>
> Jul 20 18:39:03 testboard kernel: kswapd0: page allocation failure.
> order:2, mode:0x20
It's not really harmful, it just means the kernel was momentarily unable
to allocate memory to handle an incoming network packet. That packet
will get dropped, but the system should recover.
Not sure why it's allocating an order 2 chunk though, that is 16KB. Are
you using jumbo frames on the network?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists