LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-05-2010, 11:19 PM   #1
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Rep: Reputation: 45
Question memory use rather high with Ubuntu 9.10, compared to other Linux


Most of my many Linux installs boot up to a memory use of 170-190 MB with no open or running programs. But with Ubuntu 9.10 it shows; 305-310 MB and the top RAM use item is the; compiz.real, which I think is a display desktop effects application. I have the nvidia video card driver installed, and that nvidia X-Server configuration tool. Also I can not find where that compiz options is at, ( the display options in system, preferances does not open, and says to use my video card tool ).
 
Old 04-06-2010, 08:16 AM   #2
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
if you want to turn off compiz in ubuntu then you go into System > Preferences > Appearance, then you go to the visual effects tab and click the "none" radio button
 
Old 04-06-2010, 09:00 PM   #3
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Cool

Okay I will try that, and thanks. Does anyone know why the RAM use is so much more in the newer Ubuntu 9.10, when compared to other major Linux ? It is not a big deal since this computer has 2 GB of memory, but just do wounder what is the memory hog, thanks.
 
Old 04-07-2010, 10:17 AM   #4
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Probably the fact that the Linux kernel has so many device drivers built into it that the drivers cause bloat - over 10 million lines of code, in fact. But unlike Windows, in Linux, the bloat is good bloat. It is proof that the kernel, especially Ubuntu's, supports more hardware than it used to. Perhaps even more than Vista and Windows 7!
 
Old 04-08-2010, 09:09 PM   #5
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Thumbs up

Okay then and thanks for the information. When I again booted into my new Ubuntu 9.10, it then showed only about 185 MB of memory used. So I then did go turn of the visual effects, which dropped it another 30 MB. I did see at a thread about Linux allocates RAM for disk or system cache, but it remains available if needed for applications.
 
Old 04-09-2010, 09:28 AM   #6
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by james2b View Post
Does anyone know why the RAM use is so much more in the newer Ubuntu 9.10, when compared to other major Linux ?
Remember, that in linux the system will cache things in RAM so that they can be launched into action faster if they are needed again. To get a better picture of memory usage, run from the terminal:
Code:
free -m
Here is an example from my Slackware 13.0 64bit system, and with no desktop effects:
Code:
bash-3.1$ free -m
             total       used       free     shared    buffers     cached
Mem:          2010       1267        742          0         78        735
-/+ buffers/cache:        453       1556
Swap:          956          0        956
As you see I have 2GB RAM. In the "used" column it says 1267 megabytes are being used. But consider the -/+ buffers/cache line. That line indicates that I am only actually using 453mb of memory and that 1556mb is actually "free" in the sense that it is available to run apps if needed. If you add the 453mb that is actually being used, + the 735mb in that cached column on the far right, + the 78mb in the buffers column to the left of the cached column, you get (approximately) the 1267 that the
"free -m" command says is being "used".
It is good to maximize the use of your available memory. That is what it is there for.
Note that my swap partition is not being used at all.

Last edited by tommcd; 04-09-2010 at 09:37 AM.
 
1 members found this post helpful.
Old 04-11-2010, 12:01 PM   #7
Person_1873
Member
 
Registered: Sep 2007
Location: Australia
Distribution: Gentoo / Debian / Rasbian / Proxmox
Posts: 519

Rep: Reputation: 44
ram is something you can never have too much of, however, it is definately wasted when not in use, if the system can use it to optimise its load speeds then that will mean you will have a faster OS as compared to one which doesnt, even if it is using more resources.
 
Old 05-21-2010, 03:39 PM   #8
alecz20
LQ Newbie
 
Registered: May 2009
Posts: 9

Rep: Reputation: 0
Gnome system monitor shows the same information as the 'free' utility.

In my case however, they both show about 1.2 GB of memory used (EXCLUDING cache) without running any applications.

Out of this, in the processes, I have THREE Xorg, each taking between 250 MB and 300 MB of ram (with two users logged in).

Alos, the SWAP is being used (about 300 MB)

O have a total of 2 GB, so the system still runs...

But SUSE Linux Enterprise Server 10 SP1 (that I use at work), uses under 300 MB total, with many window open (including firefox with 5+ tabs). In this case, Xorg never uses more than 30 MB of ram.

So.. why Xorg in Ubuntu uses 10 times more RAM than in SUSE?
 
  


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
Ubuntu 8.04 Freeze when using programs high in memory demand Reimerd Linux - Newbie 3 05-19-2011 03:46 AM
JVM memory usage is very high on SUSE linux and also on redhat linux, far less on win NatureBalances SUSE / openSUSE 1 10-09-2009 04:03 PM
Help!?! RH 8 Memory Mapping -High Memory-Virtural Memory issues.. Merlin53 Linux - Hardware 2 06-18-2003 04:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:25 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