Why does RAM copy speed go down with OC? (pics)


Recommended Posts

It could be due to the higher latency but that is pretty unusual, the memory bus speed goes up but the copy speed (and only the copy speed) drops. I'm guessing latency has something to do with it but I've never full understood RAM overclocking.

EDIT: You could try lowering your latencies back down to where they were (might have to give more voltage to the ram), or put your overclock back to 3.2 Ghz, and increase the latencies to where they are when you go to 3.4 Ghz....that should give you a better direct comparison of how latency affects copy speed (if it does at all).

EDIT2: From a quick google, latency is basically the wait time between operations (in cycles), so if your ram has a latency of 5 (such as your 3.2Ghz), it will wait 5 cycles between reading and writing. A latency of 6 would wait 6 cycles. Obviously this wouldn't affect read or write speeds, but when copying you are doing more than 1 operation so the longer the wait in-between, the slower the overall copy (when measured over the same amount of time or using the same amount of data).

EDIT2: From a quick google, latency is basically the wait time between operations (in cycles), so if your ram has a latency of 5 (such as your 3.2Ghz), it will wait 5 cycles between reading and writing. A latency of 6 would wait 6 cycles. Obviously this wouldn't affect read or write speeds, but when copying you are doing more than 1 operation so the longer the wait in-between, the slower the overall copy (when measured over the same amount of time or using the same amount of data).

Hmm that sort of makes sense will try looking more into it and experimenting more.

I'd go with timing issues. When the clock is pushed up, the CAS cycles are most likely not toggling fast enough on all operations to keep up so you land up skipping cycles to move the data.In the copy process you need to read and write and if that may not always able to fit in a single cycle so you land up in a wait state for a cycle.

Just a guess however...

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.