Linux in Government: Optimizing Desktop Performance, Part II (Linux Journal)
[Posted May 23, 2005 by ris]
Linux Journal
optimizes
the Linux desktop by enabling Direct Memory Access (DMA).
"
Simply turning on using_dma enables a 16-bit mode, so I switched to
32-bit mode and found that my read time improved slightly. My buffered disk
reads went from 46.50MB per second to 46.52MB, not much of an
improvement. I also looked at turning on multiple sector I/O. This is a
feature of modern IDE hard drives that permits the transfer of multiple
sectors per I/O interrupt rather than the usual one sector per
interrupt. When this feature is enabled, it typically reduces operating
system overhead for disk I/O by 30-50%. On many systems, it also provides
increased data throughput of anywhere from 5% to 50%."
(
Log in to post comments)