memory vs performance
memory vs performance
Posted Apr 5, 2012 12:45 UTC (Thu) by alankila (guest, #47141)In reply to: memory vs performance by dlang
Parent article: 2012 Linux Storage, Filesystem, and Memory Management Summit - Day 1
Perhaps the problem could be diagnosed by observing the read/write ratio. A fully cached scheme results in no read I/O whatsoever, while uncached case could issue far more reads than writes. In any case, one has to form some kind of estimate to determine what the acceptable read/write ratio should be for that particular job.
