memory vs performance
memory vs performance
Posted Apr 5, 2012 20:21 UTC (Thu) by dlang (guest, #313)In reply to: memory vs performance by alankila
Parent article: 2012 Linux Storage, Filesystem, and Memory Management Summit - Day 1
the problem is how can the system tell if the reads are needed because the data hasn't been available, or if they are wasteful because the data was available in the past (and then the question is how far in the past, in my case it was 24 hours + processing time, which is an eternity to the system)
