<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to account for memory in Redhat Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056935#M29718</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;RH ES ver 3.5,&lt;BR /&gt;&lt;BR /&gt;#free -m&lt;BR /&gt;            total used free shared    buffers  cached&lt;BR /&gt;Mem:        6015 5984  30   0        270       3032&lt;BR /&gt;-/+ buffers/cache:  2681       3333&lt;BR /&gt;Swap:       4094    2439 1655&lt;BR /&gt;&lt;BR /&gt;from this,&lt;BR /&gt;Total RAM = 6GB, used = 5.9GB,Free = 30MB&lt;BR /&gt;&lt;BR /&gt;Memroy used by all processess&lt;BR /&gt;ps -aux|gawk '{print $4}'|awk '{print s+=$1}'&lt;BR /&gt;&lt;BR /&gt;total %MEM = 51.3&lt;BR /&gt;&lt;BR /&gt;from free -m it says only 30MB free, ps - aux shows, only 51.3 % is used, so&lt;BR /&gt;&lt;BR /&gt;Where is the restof the memory ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;ps -aux|gawk '{print $4}'|awk '{print s+=$1}'&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Aug 2007 08:17:24 GMT</pubDate>
    <dc:creator>Basheer_2</dc:creator>
    <dc:date>2007-08-20T08:17:24Z</dc:date>
    <item>
      <title>How to account for memory in Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056935#M29718</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;RH ES ver 3.5,&lt;BR /&gt;&lt;BR /&gt;#free -m&lt;BR /&gt;            total used free shared    buffers  cached&lt;BR /&gt;Mem:        6015 5984  30   0        270       3032&lt;BR /&gt;-/+ buffers/cache:  2681       3333&lt;BR /&gt;Swap:       4094    2439 1655&lt;BR /&gt;&lt;BR /&gt;from this,&lt;BR /&gt;Total RAM = 6GB, used = 5.9GB,Free = 30MB&lt;BR /&gt;&lt;BR /&gt;Memroy used by all processess&lt;BR /&gt;ps -aux|gawk '{print $4}'|awk '{print s+=$1}'&lt;BR /&gt;&lt;BR /&gt;total %MEM = 51.3&lt;BR /&gt;&lt;BR /&gt;from free -m it says only 30MB free, ps - aux shows, only 51.3 % is used, so&lt;BR /&gt;&lt;BR /&gt;Where is the restof the memory ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;ps -aux|gawk '{print $4}'|awk '{print s+=$1}'&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056935#M29718</guid>
      <dc:creator>Basheer_2</dc:creator>
      <dc:date>2007-08-20T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to account for memory in Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056936#M29719</link>
      <description>Buffers and Cache.&lt;BR /&gt;&lt;BR /&gt;Speeds up all your Disk IO.</description>
      <pubDate>Mon, 20 Aug 2007 08:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056936#M29719</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-08-20T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to account for memory in Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056937#M29720</link>
      <description>Linux dynamically manages the buffer cache.&lt;BR /&gt;&lt;BR /&gt;It stores a lot of data read from the hard disk in RAM. &lt;BR /&gt;&lt;BR /&gt;So total memory consumption = memory taken by process + memory given to caches&lt;BR /&gt;&lt;BR /&gt;The amount of mem given to cache is dynamic i.e when you start a new process the buffer cache will be shrinked and new process will be given that memory.&lt;BR /&gt;&lt;BR /&gt;This all is done to increase the speed of system.</description>
      <pubDate>Mon, 20 Aug 2007 09:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056937#M29720</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2007-08-20T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to account for memory in Redhat Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056938#M29721</link>
      <description>a similar thread&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1133779" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1133779&lt;/A&gt;</description>
      <pubDate>Mon, 20 Aug 2007 11:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-account-for-memory-in-redhat-linux/m-p/4056938#M29721</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2007-08-20T11:12:56Z</dc:date>
    </item>
  </channel>
</rss>

