Re: eth0: memory shortage

Andrew Morton (akpm@zip.com.au)
Wed, 03 Jul 2002 13:25:13 -0700


Teodor Iacob wrote:
>
> Hello,
>
> I keep getting these messages (like about twice a day) in the messages:
> eth0: memory shortage
> eth0: memory shortage
> eth1: memory shortage
> eth1: memory shortage
>
> Any idea what could be the reason behind this?
>

It means that the ethernet driver's Rx interrupt handler was not
able to allocate a new receive buffer - there wasn't enough memory
available.

The `kswapd' kernel thread is supposed to make memory available
for interrupt context but in this case it is obviously not keeping
up.

The driver recovers from the failed allocation, so things are OK.

-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/