Hacker News new | ask | show | jobs
by cxseven 3487 days ago
Reducing RAM usage will reduce disk activity, though, so there's that.
1 comments

Why would that be? Unless you're frequently running out of RAM and swapping to disk, RAM usage shouldn't correlate to disk usage much, right?
Because all of that "unused" RAM in the background is actually being used by the OS for disk caching, thus reducing the overall frequency of reads.