(This document is part of the PC-Clone Unix Hardware Buyer's Guide. The Guide is maintained by Eric S. Raymond ; please email comments and corrections to him.)

UP -- Return to the contents page
NEXT -- Go to the next section.
BACK -- Go to the previous section.


Memory

All current PC designs include a cacheing memory controller and some SRAM that combine to produce higher effective speeds. Be sure to read the `Cache Flow' section under performance tuning for more on how cache configuration affects your performance.

Current motherboards use PC100 SDRAM, which comes packaged on 168 pin DIMM modules. SDRAM is a large step forward in memory speed, at 10ns. SDRAM does not need to be installed in pairs. The key words you want to see on the spec sheet are:

Also, avoid anything that says `ECC compatible memory'; this is the opposite of `memory with ECC'.

For more technical stuff on memory architectures, see The Ultimate Memory Guide maintained by Kingston Technologies.


Eric S. Raymond