Will increasing RAM of my laptop with Core i3 processor, from 3gb to 8gb, speed up my laptop?

1

1

I have a Dell Inspiron n5110. It has a Core i3 processor, and 3gb RAM. I have been told that I can install a maximum of 8gb RAM in my system.

When I run Android Studio on it (while a Google Chrome browser with like 5 tabs open, and a Genymotion emulator are running as well), it is PAINFULLY slow. Eclipse used to run fine.

So if I increase the RAM of my system, will it let me run Android Studio smoothly? That is to say, can increasing the RAM increase my laptop speed by (ideally, atleast) 3 folds?

NOTE: If the information I have provided is not enough, please tell me what other information should I provide?

Note: If this can not be answered here, where should I go? who can answer that for me accurately, so that I can make a decision?


EDIT:

enter image description here

enter image description here

enter image description here

Solace

Posted 2016-06-12T10:22:53.690

Reputation: 113

1Check the RAM usage in task manager. – TheKB – 2016-06-12T10:29:19.973

2What OS are you running? 3 gb seems an odd amount – Carl B – 2016-06-12T10:36:41.910

1The system is probably painfully slow when you launch Android Studio because you are swapping (using very slow HDD as RAM) very much. In this case, more RAM would help. – AppleDash – 2016-06-12T11:49:15.267

@TheKB Thank you. I edited the question to add screenshots of system specs and Task Manager. Sorry couldn't respond promptly due to a power outage. – Solace – 2016-06-12T13:55:57.337

@CarlB Thank you. Windows 7 Ultimate. I edited the question to add screenshots of system specs and Task Manager. Sorry couldn't respond promptly due to a power outage. – Solace – 2016-06-12T13:56:05.807

@AppleDash Thank you. I don't understand those things, but how would I know if I am swapping, what is it that I am doing wrong which is resulting in that swapping, and how do I stop it from happening! I edited the question to add screenshots of system specs and Task Manager. Sorry couldn't respond promptly due to a power outage. – Solace – 2016-06-12T13:58:00.840

1@solace Your programs are using more RAM than the system has available. As a result Windows is using harddisk-space as a substitute for RAM. That is swapping and it makes everything slow. If you are serious about developing you better learn about swapping. It is something any developer should now about so he can avoid it (if possible) in his own written software. – Tonny – 2016-06-12T14:08:26.620

@Tonny Thank you so much, especially for the suggestion. I will try to learn it soon. – Solace – 2016-06-12T14:50:54.147

Answers

2

Yes it will help. No, it won't become twice as fast.
Don't expect miracles: That Core-i3 it is fitted with isn't the fastest CPU around.

You most likely have 2 SO-DIMM's installed (2GB and 1GB) and you will need to replace both with a 4GB SO-DIMM to get the full 8GB. Just replacing the 1GB with a 4GB will get you 6GB in total and will, in your case, make no real noticeable difference with 8GB. So this is a little cheaper for more or less the same benefit.

The other thing to do, to speed the thing up, is replacing the classic harddrive with a SSD. That will also help a great deal.

Ideally you do both upgrades: RAM and SSD.

Tonny

Posted 2016-06-12T10:22:53.690

Reputation: 19 919

Worth noting that if you have to pick between upgrades, do RAM first. – NPSF3000 – 2016-06-12T16:33:37.207

@NPSF3000 Yes, with less than 4GB RAM should be first. If RAM is 4GB or bigger then the SSD first will give the biggest boost. – Tonny – 2016-06-13T11:11:42.033