Hi Sarah, On Sun, Oct 26, 2014 at 09:05:34AM -0700, sarah wrote: > One hypothesis I had was the system was hanging because kswapd was hammering on > the disk, and it was really low on disk space (< 1 GB). But I've moved about 20 > GB of roadtrip photos to my USB 3.0 drive, and I can still replicate the slow > system behavior. I was also poking around /etc/fstab, and I realized that I had > actually disabled my swap partition around the 3.12 kernel time frame to see if > that helped the issue. That lead me to wonder why kswapd was running at all? Kswapd isn't just there to swap, it reclaims pages in the background when memory is filling up in order to keep allocation latencies low. That includes trimming the page cache, shrinking slabs, even writing back dirty pages. So "kswapd" is a bit of a misnomer, and it's expected to run even when you don't have any swap space configured. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>