Re: 2.5.53-mm3: xmms: page allocation failure. order:5, mode:0x20

Alan Cox (alan@lxorguk.ukuu.org.uk)
30 Dec 2002 01:32:26 +0000


On Sun, 2002-12-29 at 20:42, Andrew Morton wrote:
> gack. Someone is requesting 128k of memory with GFP_ATOMIC. It fell
> afoul of the reduced memory reserves. It deserved to.

ISA sound I/O. And yes it really does want the 128K if it can get it on
a slower box. It will try 128/64/32/.. so it gets less if there isnt any
DMA RAM around. All the sound works this way because few bits of sound
hardware, even in the PCI world, support scatter gather.

If the VM can't deal with it - we need to fix the VM. All these
allocations are blocking and can wait a long time.

Please direct any complaints to the hardware vendors.

Alan

-
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/