Using 1GB and 4GB ram sticks: worth it?

0

I have a laptop running Linux with a 4GB RAM stick that came with it. It's a DDR3 1066 MHz stick. I also have a 1GB DDR3 1333 MHz stick lying around.

I've read somewhere that it might not be good to pair up RAM sticks that are not equal in a computer (the set should be symmetrical), so if they were both 1333 MHz or both 1066 MHz I wouldn't be asking this. But since the 1GB one is faster, is it advantageous to install both and end up with 5GB of RAM?

This question relates to this one which says that the speed bottlenecks to the slowest rate, which I think would mean that they will both work at 1033. Does that mean that I should then install both RAMs?

Thanks.

TomCho

Posted 2016-01-09T18:11:18.450

Reputation: 141

Question was closed 2016-01-13T05:51:11.683

You are running a 64-bit kernel right? – Ramhound – 2016-01-09T18:19:46.723

1What you read doesn't apply at all to your case. With only one 4GB module, that will operate in single channel mode. Adding a mismatched RAM module will also operate in single channel mode. There's no performance degradation. – sawdust – 2016-01-09T18:58:41.047

@sawdust Hey do you have any source on that so I read on it? – TomCho – 2016-01-10T16:06:28.950

@TomCho -- What you read was describing the requirements for dual (or triple) channel operation of memory. See https://en.wikipedia.org/wiki/Multi-channel_memory_architecture

– sawdust – 2016-01-11T00:04:46.413

Answers

1

Your faster stick will downclock to the speed of the slower stick. As the stick you'd be adding is faster than your current one, you won't notice any drawback from this.

My usual advice would be to just try it. It won't do any harm and if you did feel it was in any way slower it's a simple job to reverse it.

Jonno

Posted 2016-01-09T18:11:18.450

Reputation: 18 756

Is there any application that can objectively measure the performance of the computer regarding the RAM change? Because I have done this test before but I felt no difference. Maybe because there was indeed no difference but maybe because there isn't that much difference to be "felt" from 4GB to 5GB. – TomCho – 2016-01-10T00:33:04.147

You won't notice any difference in performance unless your machine is actually utilizing the extra 1GB. Usually this would be when you have a lot of processes open. You can check under the performance tab in task manager how much you're using and have free. There are a number of tests you can do to see the actual speed of the ram, search 'RAM benchmark' and you'll find a large selection. – Jonno – 2016-01-10T05:33:17.063

I'm using Linux so I can't use windows software (to test RAM at least), but I'll search for "RAM benchmark" programs and then I'll get back to you. – TomCho – 2016-01-10T12:39:34.710

You can use the command free -m to see how much RAM you're using and have available under most distros. – Jonno – 2016-01-10T13:56:46.820

Thanks, mate, but I already know that. I'll look for something aimed towards performance. Cheers – TomCho – 2016-01-10T14:29:14.620

@TomCho -- Use memtest86+. On startup it'll report memory (and cache) access rates. I typically run this utility overnight after installing new memory modules. To test the benefit of increased memory capacity, you may need to stress test the system (e.g. multiple processes), rather than run just one program.

– sawdust – 2016-01-11T00:14:13.230