I have got 768 MB of SDRAM (133 MHz) on my system.
If I go to a DDR mobo then how much 3200 DDR-400 would I need to get to
roughly match the performance of the SDRAM?
Wrong question. The bandwidth doesn't depend on the amount of RAM it
depends on the type of RAM and the number of channels. A single channel
DDR system will have 3 times the bandwidth of a single channel SDRAM
system, a dual channel DDR system will have 6x the bandwidth. As for
system performance, the total amount of RAM is critical. You need enough
RAM so that you don't page to disk. Any kind of RAM is vastly faster then
any type of disk, RAM has access times measured in nanoseconds, disks are
measured in milliseconds, i.e. you are looking at a factor of a million. A
single channel DDR 3200 system has a bandwidth of 3200 MBytes/second, the
maximum transfer rate of a disk is 50-60MBytes/second. You get the idea,
if you have to fetch something off of a disk the speed of your RAM is
irrelevant. The bottom line is that you want as much RAM as you can
afford, I'd get at least 1G. If you have a large memory system your
applications will hang around in a RAM cache (at least they will in Linux,
I don't have any experience with XP but I'm sure that it does disk caching
also). Restarting an application will be almost instantaneous on a large
memory system because you won't have to fetch it from disk. In general
everything will feel faster if you have a lot of RAM.