--- In "Yan Seiner" <> wrote:
>
> I've been trying to parse a large-ish XML file, and occasionally I
get:
>
> user.notice kernel: __alloc_pages: 0-order allocation failed
(gfp=0x1d0/0)
>
> ISTR that this somewhat cryptic error means the system is out of
memory.
>
> Is that right?
>
> --Yan
>
Yes. It means memory ran out in one of the 8MB SDRAM nodes. The
kernel should then attempt to allocate from another area of memory,
but if your application continues to allocate pages, the kernel will
then start randomly killing off processes to stay alive.
//Jesse Off
//Jesse Off
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|