Re: [RFT] Support for ~2144 SCSI discs

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 2 Aug 2001 16:08:03 +0100 (BST)


> I've seen GFP_KERNEL take 10 minutes in lk 2.4.6 . The
> mm gets tweaked pretty often so it is difficult to know
> exactly how it will react when memory is tight. A time
> bound would be useful on GFP_KERNEL.

kmalloc with GFP_KERNEL has a 128K limit which avoids the bizarre behaviour
you get when you abuse get_free_pages.

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