James Courtier-Dutton wrote: > When I had the conversation with Matt at KS, the problem we were trying > to solve was "Memory pressure with network attached swap space".
s/swap space/writable filesystems/ You can hit these problems even if you have no swap. Too much of the memory becomes filled with dirty pages needing writeback -- then you lose your NFS server's ARP entry at the wrong moment. If you have a local disk to swap to the machine will recover after a little bit of grinding, otherwise it's all pretty much over. The big problem is that as long as there's network I/O coming in it's likely that pages you free (as the VM gets more and more desperate about dropping the few remaining non-dirty pages) will get used for sockets that AREN'T helping you recover RAM. You really need to be able to tell the whole network stack "we're in really rough shape here; ignore all RX work unless it's going to help me get write ACKs back from my {NFS,iSCSI} server" My understanding is that is what this patchset is trying to accomplish. -Mitch - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html