[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Comment on patch to remove nr_async_pages limit
Hi,
To paraphase Mike,
We defer doing IO until we are under short of storage. Doing IO uses storage.
So delaying IO as much as we do forces us to impose limits. If we did the IO
earlier we would not need this limit often, if at all.
Does this make any sense?
Maybe we can have the best of both worlds. Is it possible to allocate the BH
early and then defer the IO? The idea being to make IO possible without having
to allocate. This would let us remove the async page limit but would ensure
we could still free.
Thoughts?
Ed Tomlinson
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/