The trouble with stable pages
The trouble with stable pages
Posted Mar 15, 2012 13:10 UTC (Thu) by Spudd86 (guest, #51683)In reply to: The trouble with stable pages by slashdot
Parent article: The trouble with stable pages
Read the article, it's because the writeback might be triggered by memory pressure and COW will make the memory pressure worse, personally I like the third option, which was delay the checksum until the page is actually about to be under IO, which will make the time that an app could block in much shorter (basically exactly how long it takes to do the checksum and write the one page, which is basically a short fixed constant amount of time for a given system)
