On 14 Aug 2013, at 08:53, Stefan Hajnoczi wrote:

> The fork child can minimize the chance of out-of-memory by using
> madvise(MADV_DONTNEED) after pages have been written out.

This may also be helpful (last clause) before starting writing.

       MADV_SEQUENTIAL
              Expect  page references in sequential order.
              (Hence, pages in the given range can be aggressively
              read ahead, and may be freed soon after they
              are accessed.)

-- 
Alex Bligh




--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to