Kingofcomputer,
That's true of some "crappy" Intel chipset mobo's... Any "GOOD" mobo can use any combo of RAM.
😉 This computer has 3 DIMM slots... I have 3 - 16chip 256MB DIMMS in it (768 total) and it works fine.
MarChaosTheory,
To answer your question, the less modules you can use the better off you are. It's kinda like the raid 0 factor. One larger unit is less likely to fail than 2 units... if you follow me.
Also, it's easier on the OS to only have to address a single module than two. I don't think it affects performance as much as it does the likely hood of read/write errors occuring.
In other words, your likelyhood of getting the dreaded memory address error is much lessened using a single module.
When you "mix" memory module up (in other words install an 8 chip brand "x" chip and a 16 chip brand "y" chip) you increase your chances of memory address error a BUNCH! Avoid doing that.
Just a little on terminology. SIMM's are old - 30 or 72-pin usually. PC66/100/133 are DIMM's - SDRAM (synchronous dynamic RAM). SIMM's always needed to be used in pairs, or sometimes in 4's. DIMM's can be used in single
SIMM stands for Single Inline Memory Module.
30 Pin SIMMS are 8 bit
72 Pin are 32 bit.
Older systems, like 486's had 32bit memory bus. You could use a single SIMM in those, or multiples of 4 - 30pin SIMMS to make up the required 32bit address.
The Pentium bus (which we're still on) uses a 64bit bus address, and requred 72pin SIMMS in pairs. (or single 64bit DIMM when the ZX chipset came out)
DIMMS, or "Dual" Inline Memory Modules are nothing more than 32bit chips running in parallel giving you the required 64bit address.
The nForce is made to recognize either a 64bit address (1 or 3 DIMMS) or a 128bit address (2 DIMMS only - running in parallel)
Hope that helps