View Single Post
  #3 (permalink)  
Old 21-Jun-2009, 12:35
baskitcaise's Avatar
baskitcaise baskitcaise is offline
Parent Penguin
 
Join Date: Nov 2008
Location: N. Wales
Posts: 864
baskitcaise is on a distinguished reputation roadbaskitcaise is on a distinguished reputation road
Send a message via ICQ to baskitcaise Send a message via MSN to baskitcaise Send a message via Yahoo to baskitcaise Send a message via Skype™ to baskitcaise
Default Re: Free memory information on opensuse w/ sysinfo:/

reis3k adjusted his/her AFDB on Sunday 21 Jun 2009 18:16 to write:

>
> Hi,
> Is there anybody know the interpretation of free memory information
> when you type sysinfo:/ to konqueror.
>
> e.g.
> Code:
> --------------------
>
> Total memory (RAM): 3,8 GB
> Free memory: 1,7 GB (*+ 1,1 GB Caches*)
> Free swap: 2,0 GB
> --------------------
>
>
> Do I have 2.8GB free mem? If so, deoes it mean 1.1GB mem space has used
> with some apps but now they are closed;however they will be in the
> memory until some other apps write over that areas on the memory.
>
> What is the command for console to get this info? When I write *ps aux*
> to the console it shows the percentages of memory usage of apps, instead
> of how much mem space they consume. Is there a way to also display it?
> Thanks.
>
>


Unused memory is wasted memory.

linux keeps buffers and caches of previously used apps just in case they are
needed again and so greatly increases loading and access speed and reduces
disk access.

If the memory is required it is released almost instantly, the delay is far
outweighed by the slowness of disk reads/writes.

HTH

--
Mark

Nullus in verba
Nil illegitimi carborundum
Reply With Quote