Post Reply 
Ram
Author Message
dav Offline
Initiate
********************

Posts: 96
Joined: Jan 2007
Post: #1
Ram
Just decided to upgrade my ram to 4GB from 2GB bought same type of ram as I got now corsair xms2 when I put the ram I just recieved next to my original ram and noticed there are some differences. The new one says on it 4-4-4-12 and xms2-6400c4 where as the old one has 5-5-5-12 and xms2-6400 on it. Is this causing a conflict because when the computer is loading it says I have 4GB but when I check it in system properties it only show 3.2GB. Heres a picture of the 2 types
   

[Image: 1187272851.png] [Image: 36178549.png]
14-10-2009 04:15 PM
Find all posts by this user Quote this message in a reply
Treyguard Offline
Shadow Lord of Dawn
*******

Posts: 337
Joined: Feb 2005
Post: #2
RE: Ram
I'm not sure about the difference in the memory but what operating system do you have?

I suspect that is where the issue is - if you've got XP you've probably got the 32bit version (which is what is usually sold) and that doesn't recognise more than 4gb or more of ram, it caps out somewhere after 3gb. The 64bit version can cope with anything up to about 128gb (or something past 100 anyway) but not much actually works in the 64bit version, at least as far as gaming goes and when it released.

Technically I think it's because 4gb is the most 32bit windows can understand, but that includes all the memory in your system, not just your RAM - so any on your motherboard, graphics card and anything else you have installed also come out of the 4gb limit.

I think a lot has been done to add support for 64bit stuff now, so when it comes round to time to upgrade to a new OS (windows 7 most likely) and if your processor etc support it, that'll be the way to go. You'll also get all your memory available then. Smile

WoW
Shaikki, Druid

EVE
[Image: Shaikar_001a.jpg]

"Healers are like Mafia; if you piss them off, 'accidents' happen..."
14-10-2009 04:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
dav Offline
Initiate
********************

Posts: 96
Joined: Jan 2007
Post: #3
RE: Ram
Ah ok I am running windows xp mce 32bit version and beeg did tell that it caps at 4GB including graphics memory just I didn't realise that there was other memory it included as well so was expecting about 3.7GB

[Image: 1187272851.png] [Image: 36178549.png]
14-10-2009 05:21 PM
Find all posts by this user Quote this message in a reply
Bahumat Offline
Hasselhoffs Apprentice
********************

Posts: 24
Joined: May 2005
Post: #4
RE: Ram
(14-10-2009 04:37 PM)Treyguard Wrote:  I suspect that is where the issue is - if you've got XP you've probably got the 32bit version (which is what is usually sold) and that doesn't recognise more than 4gb or more of ram, it caps out somewhere after 3gb. The 64bit version can cope with anything up to about 128gb (or something past 100 anyway) but not much actually works in the 64bit version, at least as far as gaming goes and when it released.

Technically I think it's because 4gb is the most 32bit windows can understand, but that includes all the memory in your system, not just your RAM - so any on your motherboard, graphics card and anything else you have installed also come out of the 4gb limit.
yup spot on. It's a shame the graphics card is not exempt Sad

==================

With regards to the 4-4-4-12 5-5-5-15
This is ram timings. The lower the better as I understand it. 800mhz ram is fairly easy to get 4-4-4-12 but the 1066mhz ram used to be a bit more expensive as most was 5-5-5-15. Now days I think you can get 4-4-4-12 1066mhz ram for not much more.

oh and if you really wanna fry your brain....

How memory is organized

Before we can discuss timings we need to understand a little about how memory is organized and accessed. Your RAM is basically laid out like an Excel spreadsheet. In other words, it is organized in rows and columns. Suppose that you have a 16 megabit chip on your memory stick. This chip will normally have 4M (4,194,304) address locations, or cells to follow our spreadsheet example, with each one containing 4 bits of data. Since 2^22 = 4,194,304, 22 bit addresses are required to address that many cells. The memory controller will use the first 11 bits to reference the column and the last 11 bits to reference the row. This method allows the memory controller to uniquely address each row and column in your RAM just like you would when you use an Excel spreadsheet. This explanation may seem a little complicated, but it will help us understand memory timings, which is what this FAQ is all about.

What are timings?

Timings generally refer to how long it takes for the memory to get ready for access by the memory controller and CPU. RAM timings play an important role in your system’s overall performance as well as stability. If the memory tries to give up something before the CPU is ready for it, then you could have problems. That’s when someone might say, “you need to loosen your timings.” That way, you allow a little more time for the rest of the system to get ready for whatever action the memory is getting ready for. The converse is someone might say “you need to tighten your timings,” which would speed up how long it takes the memory to get ready so it doesn’t slow down the rest of the system.

Your RAM timings are actually numbers like 2-3-2-5 and refer to the number of ticks (CPU cycles) it takes for memory to get ready to do something on behalf of a request from the system. So we can deduce that timings play an important role in programs that need to access memory quickly in relationship to other system components. Can you guess what type of programs rely more on timings? Games are a big one! Your games have to move data quickly so you don’t get headshot in CS:S or taken down by a zombie in HL2. Timings obviously are not critical in programs that just sit there and crunch numbers. They play a role, but not as big as in games.

You’re probably wondering then why do I sometimes have to adjust my timings if Prime95 craps out since it just crunches numbers? The answer is simple: the researchers that wrote Prime95 developed some of their stress tests so that data would have to be moved quickly in and out of memory to test the stability of your system. You can’t do scientific research unless you have reliable data!

OK. Enough of this Prime95 talk. Let’s get on with RAM timings.

What happens when the CPU wants something from memory?

First, the chip set accesses the ROW of the memory matrix (remember our spreadsheet analogy) by putting an address on the memory's address pins and activating the RAS signal. Then, we have to wait a few clock cycles (known as RAS-to-CAS Delay). Then, the column address is put on the address pins, and the CAS signal is activated, to access the correct column of the memory matrix. Then, we wait a few clock cycles. This is what we all call CAS latency. Then the data magically appears on the pins of the RAM and hopefully you don’t plugged in the head.

CAS? RAS? What are those?

Now we get down to the meat of our discussion. Actually there are several different RAM timings that you can probably tweak in your BIOS, but 4 are really important and you’ll probably never mess with the others. If you do, then you’re geekier than the rest of us and probably have a very large head. That may be the reason you go down so much in CS:S and not because of your timings. Bigger target for headshots. Get it?

We refer to memory timings like 2-2-2-5. What does this mean? Well, these numbers are CAS Latency—RAS to CAS Delay—RAS Precharge—TRAS.

What? Don’t worry. We’ll talk about each one of these settings and explain precisely what they mean. Well maybe not precisely, but you’ll get the picture. Unless you’ve got one of those big heads, then you’ll probably just post corrections to my FAQ J.

CAS – Column Address Strobe

You’ll also see CAS referred to as CAS Latency, CAS Delay, or CL. CAS controls the timing delay (in clock cycles) before the RAM starts a read command after receiving it. CAS timings are usually 2, 2.5, or 3 for DDR and can be higher for DDR2. CAS latency has more affect on your system performance than any other RAM setting. Since this is the number of cycles the CAS needs to find the correct address of the data that it is looking for. That is why your system will run a little faster when the data can be fetched in 2 cycles rather than 2.5 or 3.

RAS to CAS Delay (RAS – Row Access Strobe)

You will sometimes see RAS to CAS Delay referred to as TRCD (time RAS CAS Delay). This timing is the number of CPU cycles between the CAS and RAS signals used when your RAM is written to, read from, or refreshed. Lower settings result in faster performance, but this setting is not as critical as CAS Delay. Typical settings for this are 2, 3, and 4 for DDR with similar values for DDR2 depending on what speed the RAM is set for.

RAS Precharge

RAS precharge is sometimes referred to as TRP (time RAS Precharge) and indicates how fast your RAM can terminate the access of one row and start accessing another. Typical settings for RAS precharge are similar to TRCD. TRP also affects performance, but like TRCD, it is not as critical as CAS Delay.

Active to Precharge

More commonly referred to as TRAS (you should have caught on by now that T is for time) and specifies the number of CPU cycles between getting a memory bank (our spreadsheet) ready for access and then closing it. TRAS generally affects system stability more than performance, but you should strive to run at the lowest number possible while remaining stable in your overclock. Typical values for TRAS are much higher than the others and range from 5 to 8 for decent DDR and from 8 to 12 for DDR2 depending on the speed used.

What about Command Rate?

Command Rate is sometimes referred to as DRC (DRAM command rate). This is the setting that selects the speed of your RAM signal controller. If it is set to 1T, then the controller will run in synchronization with your bus speed. Higher settings will result in slower overall RAM speed, which translates to less bandwith and yes (you guessed it) more headshots for you. Most decent RAM modules will run at 1T, but some have to be set to 2T. The moral of the story here is don’t buy value select RAM!

~Tweaking for Performance and Stability~

Ok, so you’ve overclocked your system and Prime95 ran for 14 minutes and crapped out. You’re already at max vcore, you’ve got an appropriate memory divider, and you’ve tweaked vdimm. What should you do? Adjust the timings!

Start by increasing TRAS. Go up to the max if you need to and if this solves your problem then you’re golden. If not, then try increasing TRCD and TRP. If that doesn’t work, then you may need to bump up your CAS Delay. Since there are 4 timings, you may need to experiment a little to find the right mix to get you through a 12 hour session of Prime95 . or at least 1 1/2 hours of Memtest

Don’t worry about the hype from the forum members yelling at you that you have bad RAM. You can benchmark before and after so you have numbers to see the difference.

Benchmarking

The proof is in the numbers. If you’re really concerned that loose timings will result in drastic performance decrease then you should bench before and after. You’ll probably find that there isn’t a big difference. Besides, what’s more important: a faster unstable system that will crash your game just before you deliver a head shot to melon head or a slightly (very slightly) slower system that lets you plug the bad guy?
(14-10-2009 05:21 PM)dav Wrote:  Ah ok I am running windows xp mce 32bit version and beeg did tell that it caps at 4GB including graphics memory just I didn't realise that there was other memory it included as well so was expecting about 3.7GB

One other thing is your motherboard. Some mobo's give you 3.2gb of the 4gb ram, some can give you a little more. I wanna get Windows 7 64bit and then have 8gb ram hehe

<img src='http://daoc.pirotess.org/signatures/Camlann-57-Bahumat-4-111111111111.jpg' border='0' alt='user posted image' />
(This post was last modified: 15-10-2009 09:59 AM by Bahumat.)
15-10-2009 09:57 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)