Disk Performance

From ConShell
Revision as of 10:28, 30 July 2008 by Fostermarkd (talk | contribs) (New page: Some tips for increasing disk (I/O) performance under Linux. Use ''blockdev'' to increase the # of read-ahead pages blockdev --setra 16384 /dev/sda == Related == * [[Filesystem Perfor...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Some tips for increasing disk (I/O) performance under Linux.

Use blockdev to increase the # of read-ahead pages

blockdev --setra 16384 /dev/sda


Related