<?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 Active Memory Problem in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905684#M12697</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;      We are facing a strange problem on one of our GS80 server running Tru64 4.0G.&lt;BR /&gt;&lt;BR /&gt;top utility shows actvie memory as 11GB out of total physical memoty 12GB on the&lt;BR /&gt;server. We tried to addup memory used by all processes on the server as shown by&lt;BR /&gt;ps aux command but it does not add up to 11G. So, can any body suggest why top&lt;BR /&gt;shows such a high active memory (&amp;amp; so low Free memory i.e. 200K). Is there any &lt;BR /&gt;kernel parameter which causes this behaviour of Tru64 4.0G?&lt;BR /&gt;&lt;BR /&gt;  Kindly, Check the attached output from Top Utility.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Amr</description>
    <pubDate>Mon, 06 Jun 2005 00:59:50 GMT</pubDate>
    <dc:creator>amrelsayed</dc:creator>
    <dc:date>2005-06-06T00:59:50Z</dc:date>
    <item>
      <title>Active Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905684#M12697</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;      We are facing a strange problem on one of our GS80 server running Tru64 4.0G.&lt;BR /&gt;&lt;BR /&gt;top utility shows actvie memory as 11GB out of total physical memoty 12GB on the&lt;BR /&gt;server. We tried to addup memory used by all processes on the server as shown by&lt;BR /&gt;ps aux command but it does not add up to 11G. So, can any body suggest why top&lt;BR /&gt;shows such a high active memory (&amp;amp; so low Free memory i.e. 200K). Is there any &lt;BR /&gt;kernel parameter which causes this behaviour of Tru64 4.0G?&lt;BR /&gt;&lt;BR /&gt;  Kindly, Check the attached output from Top Utility.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Amr</description>
      <pubDate>Mon, 06 Jun 2005 00:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905684#M12697</guid>
      <dc:creator>amrelsayed</dc:creator>
      <dc:date>2005-06-06T00:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Active Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905685#M12698</link>
      <description>It's not as simple as that. In your case, you are running Oracle. All those processes appear to have a similar memory size. Large parts of these processes are shared, e.g. the shared text of the Oracle binary and the Oracle SGA.&lt;BR /&gt;&lt;BR /&gt;Your free memory may appear to be low because the system uses most memory that isn't used for processes for the buffer cache (UBC).&lt;BR /&gt;&lt;BR /&gt;This is all normal system behavior. Do you have reason to believe that you have a memory problem?</description>
      <pubDate>Mon, 06 Jun 2005 02:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905685#M12698</guid>
      <dc:creator>Han Pilmeyer</dc:creator>
      <dc:date>2005-06-06T02:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Active Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905686#M12699</link>
      <description>&lt;BR /&gt;Hi Han,&lt;BR /&gt;&lt;BR /&gt;      thank you very much for your reply. kindly, suggest what kernal parameter can affect this behaviour.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Amr</description>
      <pubDate>Wed, 08 Jun 2005 00:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905686#M12699</guid>
      <dc:creator>amrelsayed</dc:creator>
      <dc:date>2005-06-08T00:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Active Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905687#M12700</link>
      <description>sysconfig -q proc&lt;BR /&gt;Will give you all the required memory settings for the system.</description>
      <pubDate>Wed, 08 Jun 2005 00:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905687#M12700</guid>
      <dc:creator>Mulgund</dc:creator>
      <dc:date>2005-06-08T00:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Active Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905688#M12701</link>
      <description>Parameters in the proc sub system won't change anything for this!&lt;BR /&gt;&lt;BR /&gt;Typically, in V4 (only!), people that run Oracle would set vm:ubc_maxpercent to a low value, e.g. 10. They would do this to prevent double cache in both the Oracle SGA and the UBC. Note that if you do this there are several other parameters that you have to change at the same time (e.g. ubc_borrowpercent, ubc_minpercent, vm_ubcseqstartpercent, vm_ubcseqpercent) as these all work together. Please read the documentation and the sys_attrs_vm man page before you do this.&lt;BR /&gt;&lt;BR /&gt;This will most likely show that you have more free memory. Please understand however that the situation you described in your original question does NOT indicate any problem by itself.&lt;BR /&gt;&lt;BR /&gt;Upgrading to V5.1B (from V4.0G) would be a very good thing for NUMA systems such as your GS80.</description>
      <pubDate>Wed, 08 Jun 2005 01:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905688#M12701</guid>
      <dc:creator>Han Pilmeyer</dc:creator>
      <dc:date>2005-06-08T01:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Active Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905689#M12702</link>
      <description>thank you to all your replys, and many thanks to Han.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Amr</description>
      <pubDate>Wed, 08 Jun 2005 03:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905689#M12702</guid>
      <dc:creator>amrelsayed</dc:creator>
      <dc:date>2005-06-08T03:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Active Memory Problem</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905690#M12703</link>
      <description>many thanks</description>
      <pubDate>Wed, 08 Jun 2005 03:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/active-memory-problem/m-p/4905690#M12703</guid>
      <dc:creator>amrelsayed</dc:creator>
      <dc:date>2005-06-08T03:17:02Z</dc:date>
    </item>
  </channel>
</rss>

