Re: modify_ldt returning ENOMEM on highmem machine

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 18 Dec 2001 15:24:08 +0000 (GMT)


> I tried posting this before, but apparently it didn't get through to the
> list.
> The following are the final lines of a strace of a failing mplayer:

glibc 2.2 uses lots of ldt's which get vmalloced. Our vmalloc address space
is way too small on big boxes. Grab the patch posted to the kernel list
to only vmalloc large ldts and the box will be fine

Highmem isnt a direct link but large memory boxes are the most problematic

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