LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-02-2010, 03:29 PM   #1
AlastairSC
LQ Newbie
 
Registered: Jan 2010
Posts: 7

Rep: Reputation: 0
enough memory?


Hi everyone,

My first post. Just wiped Windows on a Dell Inspiron 8000 and installed Ubuntu. Most things going well but ran GIMP today and noticed the dissolve very slow. Think I might need more memory? I typed $ free -m and got this:

total used free shared buffers cached
Mem: 497 483 14 0 15 215
-/+ buffers/cache: 251 245
Swap: 839 43 796



I take this to mean I have 500MB of memory but most of it is used up on something? Does this explain why opening new windows incurs a lag of a few seconds and my GIMP slideshow runs very slowly?


Any answers appreciated but please keep it simple - I was a pretty good Windows user but know very little about Linux.

Thanks to anyone who can help.
 
Old 01-02-2010, 03:34 PM   #2
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
It does indeed look like you have 512 MB of memory (some of it is hardwaired by the kernel and not visible in free, which is why you see only 497 MB). Of your 497 MB of available memory, 383 MB are used. However, if you look at the second line of your output, you see that when buffer/cache memory is subtracted only 251 MB is in use. Linux actually tries to use as much of your memory as possible (after all, what good is having it if you don't use it?). However, in most cases much of the memory used is in buffers/caches which can be released to applications if needed. So it doesn't look like you're terribly short on memory. However, you seem to have 43 MB in swap. If you start seeing more and more swap usage, that's bad! Your system should swap rarely, if at all, since swap space on the hard disk is so much slower than RAM.

GIMP is a very processor and memory intensive application. It would be helpful if we knew a little more about your hardware (processor, graphics card, etc.) and what other software you're running.

All this being said, 512 MB is a bit on the low side these days for heavy graphics work. Bumping yourself up to 1 GB could be helpful.
 
Old 01-02-2010, 03:36 PM   #3
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
You only have 14MB of physical memory available and 796MB of your swap space available. That would explain your lag. Things will move much faster when being processed in physical memory.

Really an upgrade is up to you, I mean you are not at a system crippling state or anything.
 
Old 01-02-2010, 04:19 PM   #4
speck
Member
 
Registered: Nov 2001
Location: US
Distribution: Slackware 14.2
Posts: 375

Rep: Reputation: 115Reputation: 115
You have 245MB free out of 512MB (approximately 50% so that's OK), but you've used 43MB swap space (not so good). If you're comfortable working in a more minimalistic environment, I would suggest you use LXDE or just a window manager like Fluxbox instead of the full Gnome environment. That would certainly free up a good chunk of your 512MB, which could then be used for applications (like Gimp).
 
Old 01-02-2010, 05:11 PM   #5
AlastairSC
LQ Newbie
 
Registered: Jan 2010
Posts: 7

Original Poster
Rep: Reputation: 0
Gosh thanks folks - I'm amazed to get such quick answers. I've googled my system and 500MB is the max, btmiller.

I've managed to install Irfanview and get it working so I can do basic image editing. I'm impressed with GIMP, though (Iview doesn't have a clone tool, for one thing) so I'd like to use this or perhaps some lighter Linux image editing software if there was something?

Speck, I don't know how to switch from full Gnome to LXDE or Fluxbox but I'd be happy to do it if I would still recognise the environment! (What I have now is similar to Windows so I'm getting comfortable with it, even using the occasional terminal command).

Perhaps someone could point me in the direction of how to do it, please? If I couldn't cope with it would I be able to switch back to my present environment and just accept things? It's an old laptop and I'm just glad it's still working at all!

Thanks again in advance to everyone - what a great forum!
 
Old 01-02-2010, 05:26 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Gimp is basically it - and it is hungry.
Better perhaps to toss Ubuntu, and maybe look at installing Xubuntu - a lighter Ubuntu that is pre-packaged. Seems 9.04 latest is available, but that may be a good thing given the problems with 9.10.
 
Old 01-02-2010, 07:44 PM   #7
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Xubuntu is lighter because it uses the less resource-hungry Xfce desktop instead of GNOME.

You can also skip the whole desktop environment and go with a plain window manager.

http://www.xwinman.org/
 
Old 01-02-2010, 10:31 PM   #8
DragonSlayer48DX
Registered User
 
Registered: Dec 2006
Posts: 1,454
Blog Entries: 1

Rep: Reputation: 75
Quote:
Originally Posted by AlastairSC View Post
Perhaps someone could point me in the direction of how to do it, please? If I couldn't cope with it would I be able to switch back to my present environment and just accept things?
If done correctly, yes. In the terminal, type:

Code:
sudo apt-get install xubuntu-desktop
When the installation is finished, reboot and select XFCE from the menu on the login screen and set it as your default environment. If you're not happy with it, simply select Gnome from the same menu at next startup.

Cheers

Last edited by DragonSlayer48DX; 01-02-2010 at 10:32 PM.
 
Old 01-03-2010, 11:12 AM   #9
AlastairSC
LQ Newbie
 
Registered: Jan 2010
Posts: 7

Original Poster
Rep: Reputation: 0
enough memory?

Quote:
Originally Posted by dragonslayer48dx View Post
If you're not happy with it, simply select Gnome from the same menu at next startup.
I am happy with the Xubuntu/Xfce setup - very happy. It's seems indistinguishable from the Gnome desktop. Is is possible to uninstall the ubuntu/gnome setup I had originally? I want to free up more disk space.

Thanks again.....
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
pthreads virtual memory usage -- memory is not freed after thread exit minimol Linux - General 2 05-26-2009 01:19 AM
LXer: This week at LWN: Memory part 7: Memory performance tools LXer Syndicated Linux News 0 11-22-2007 08:51 AM
Difference between resident memory,shared memory and virtual memory in system monitor mathimca05 Linux - Newbie 1 11-11-2007 04:05 AM
Help!?! RH 8 Memory Mapping -High Memory-Virtural Memory issues.. Merlin53 Linux - Hardware 2 06-18-2003 04:48 PM
RH 8.0 Mapping Virtual Memory to get access to VMIC Reflective Memory PCI card. Merlin53 Linux - Hardware 0 05-05-2003 12:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:05 PM.

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