LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-03-2006, 06:49 PM   #1
dbc254
Member
 
Registered: Oct 2003
Location: Philadelphia
Distribution: Linux Mint 17.3
Posts: 43

Rep: Reputation: 0
How much ram?


I'm getting conflicting reports on whether more RAM will help or simply be needless spending. I'm currently running Mandriva 2005 (10.2) on a Gateway PIII 933mhz machine with 512mb RAM. It's old SDRAM (PC133) and I was wondering if investing in 1Gb of RAM would speed things up, or just empty my wallet? The machine is fast enough for my needs, but I saw a REALLY cheap price for RAM on eBay, and got curious. Figured I'd ask on IRC and such. VERY conflicting opinions on this. Can someone provide a more definitive answer? Not a gamer, and really only use the box to surf and send emails.
 
Old 02-03-2006, 06:53 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
In my limited experience, more ram is usually the most economic method of increasing performance on your machine other than rolling your old kernel. Of course, I'm working with an old Celeron 400MHz. For surfing and email, another gig is probably overkill, but as multimedia stuff gets more ram intensive, you may find that it improves your surfing experience.

Just my
 
Old 02-03-2006, 07:03 PM   #3
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Make sure that your computer's BIOS can use more RAM. I have a relatively new Compaq Presario that is limited to something like 738 MB, roughly. It would be a total waste to put more RAM into it because the hardware and BIOS cannot access that much memory.

You can probably find out about your machine by going to the manufacturer's web site or by using Google.
 
Old 02-03-2006, 07:53 PM   #4
WhatsHisName
Senior Member
 
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHEL, AltimaLinux, Rocky
Posts: 1,151

Rep: Reputation: 46
Do you need more RAM? Probably not, unless you see significant swap usage.

Should you buy more cheap RAM? Yes. The more the better.
 
Old 02-03-2006, 08:02 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
An off the shelve answer won't cut it... assess what your normal
memory and swap usage is; if you find that your swapper is being
used a lot, more RAM will speed things up. If it isn't, don't
bother sticking more RAM in.

I have 512 MB in my notebook, and certainly don't think I need more,
even with APACHE and PostgreSQL running.


Cheers,
Tink
 
Old 02-03-2006, 08:39 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I would take a different approach---what performance issues are you having? My wife is strictly e-mail and surfing, and can run just fine on 128M of RAM--untill she starts leaving 30-40 windows open. I upgraded her machine from 128 to 192 and it was a HUGE improvement.
If you are not having any issues, save your money.
 
Old 02-03-2006, 09:39 PM   #7
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Do some checks on your system with vmstat:
Code:
$ vmstat -a 5 20
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free  inact active   si   so    bi    bo   in    cs us sy id wa
 2  0    132  17160 475948 384400    0    0    18    17   18   168  1  0 99  0
 0  0    132  17084 475948 384408    0    0     0     3 1251  1032  0  1 99  0
 0  0    132  17076 475948 384408    0    0     0     0 1226   944  0  0 99  0
 0  0    132  17084 475948 384408    0    0     0     1 1250   988  0  1 99  0
 0  0    132  17108 475948 384408    0    0     0     1 1221   958  0  1 99  0
 0  0    132  17092 475948 384408    0    0     0     1 1250  1027  0  1 99  0
 0  0    132  17092 475948 384408    0    0     0     1 1221   946  1  1 99  0
 0  0    132  17092 475948 384408    0    0     0     0 1249   979  0  0 99  0
 0  0    132  17108 475948 384408    0    0     0     2 1222   948  1  1 98  0
 0  0    132  17084 475948 384408    0    0     0     2 1251  1023  0  1 99  0
 0  0    132  17084 475948 384408    0    0     0     1 1221   968  0  1 99  0
 0  0    132  17084 475948 384408    0    0     0     1 1250   965  0  1 99  0
 0  0    132  17108 475948 384408    0    0     0     1 1221   970  0  0 99  0
 0  0    132  17084 475948 384408    0    0     0     0 1250  1008  1  1 99  0
 0  0    132  17084 475948 384408    0    0     0     1 1227   994  0  1 99  0
 0  0    132  17084 475948 384408    0    0     0     1 1251   968  0  1 99  0
 0  0    132  17108 475948 384408    0    0     0     1 1221   948  1  1 99  0
 0  0    132  17084 475948 384408    0    0     0     1 1250   997  1  1 99  0
 0  0    132  17084 475948 384408    0    0     0     1 1220   984  0  1 99  0
 0  0    132  17084 475948 384408    0    0     0     0 1250   985  0  1 99  0
$
Always ignore the first line of output. That's some kind of cumulative average since reboot (meaningless data).

You can see above that of my 1Gb ram, half of that is sitting in the "inactive" state. si and so (swap in, swap out) are zero so there's no swapping going on. Currently I'm the only user on this computer (my home desktop) and it's running Apache, MySql, MythTV backend, X, Gnome, FireFox, and a few terminal windows.

Adding more ram to this system would be a waste. I'm only using about half of what I've got already. This of course is assuming that my current load is the typical load this system sees (with is true).

---

I don't recommend buying the cheapest no-name junk ram you can find. Trying to troubleshoot a problem that is caused by flakey ram can be a nightmare. You don't have to go overboard on cost, but if you find something that's 25% the cost of everything else there's probably a reason for it, and it's not just because all the other manufacturers are ripping you off. OK, I'll agree that $350 for 1Gb of ram, no matter HOW good it is, is a rip off. I don't buy into the super high dollar low-latency ram advocated by gaming enthusiasts. I've been very happy with the medium priced lines from Corsair and Crucial. About $80 a Gb is what I consider "medium priced", and what I'd expect to pay to feel reasonably assured of decent quality. That being said, I have other systems that no doubt came stuffed with the cheapest of the cheap ram from the retailer, and they've worked fine. You pay your money, you take your chances, and somethings you get lucky.
 
Old 02-03-2006, 10:21 PM   #8
brainiac
Member
 
Registered: Jan 2005
Location: middle of a cornfield, IL
Distribution: Kanotix HD Install, Debian Testing, XP Pro,Vista RC1
Posts: 145

Rep: Reputation: 15
In a study that I read a few years ago 512mb was the point of diminishing return. The five boxes I am running have pretty much proven that. Buying ram at a bargain on E-bay, after I went past 512mb in 3 of them, I really noticed no difference. The only machine to really benefit was my little girls game machine with 1 gig in it. It runs on 98SE and that is a bit much for it to handle. Things happen so fast it leaves a lot of blank radio buttons on the task bar, programs open and close so fast on it I think it is confused. But it will process some intense games with no glitches now. She is slowly taking possession of my Kanotix box so I may end up with hers to switch over and toy with. If enough people throw in their 2 cents you might make it to a dollar.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RAM: Does linux require as much ram as Windows XP? hanzj Linux - Newbie 48 04-18-2007 12:14 AM
Buying RAM - must match old RAM? slackaddict Linux - Hardware 5 11-12-2005 01:38 PM
Win98SE Pentium166MMX/64MB RAM vs Linux AthlonXP+ 3000/512MB RAM : Lucent LT WinModem t3gah Linux - Software 2 04-22-2005 01:01 PM
Will This RAM Do....? RemusX2 General 6 03-20-2005 05:26 PM
Not enough RAM nilsko Linux - Newbie 24 03-12-2004 07:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration