Christoph Lameter wrote:
1. First reclaiming non dirty pages. Dirty pages are deferred until reclaim has reestablished the high marks. Then all the dirty pages (the laundry) is written out.
That sounds like a horrendously bad idea. While one process is busy freeing all the non dirty pages, other processes can allocate those pages, leaving you with no memory to free up the dirty pages! How exactly are you planning to prevent that problem? Also, writing out all the dirty pages at once seems like it could hurt latency quite badly, especially on large systems. -- Politics is the struggle between those who want to make their country the best in the world, and those who believe it already is. Each group calls the other unpatriotic. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/