On Tue, 31 Oct 2000, Geoff Winkless wrote:
> "Alan Cox" <[EMAIL PROTECTED]> writes:
> [about what I wrote]
> > > > VM: do_try_to_free_pages failed for httpd...
> > > > VM: do_try_to_free_pages failed for httpd...
> >
> > These if they are odd ones and the box continues are fine, if you get
> masses
> > of them then probably not
>
> What's it actually doing when this happens? Would it help to allocate more
> VM?
This means try_to_free_pages() function (obviously this function tries to
free pages :)) failed to free any page.
The process will probably free pages (or found free pages around) on the
next run(s) of try_to_free_pages.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/