<?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 Re: memory usage in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094014#M145503</link>
    <description>Hi Vijay,&lt;BR /&gt; &lt;BR /&gt;First thing that stands out to me is Buffer Cache size. You should really back that off so that it only uses 300-400MB of memory. Either do that through smaller dbc_max_pct or a hard set NBUF value. That will give you 2GB back immediately&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 15 Oct 2003 09:59:06 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-10-15T09:59:06Z</dc:date>
    <item>
      <title>memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094012#M145501</link>
      <description>Hi &lt;BR /&gt;I have a rp7410 (HP-UX 11.11 U)running with two oracle instances. it has 4 cpus &amp;amp; 8 gb of memory and two oracle instances are running.&lt;BR /&gt;I have performance problem and getting 100% memory usage&lt;BR /&gt;this is the memory usage (glance):&lt;BR /&gt;&lt;BR /&gt;Total VM :  6.16gb   Sys Mem  :  1.44gb   User Mem:  3.66gb   Phys Mem:  7.99gb&lt;BR /&gt;Active VM:  3.41gb   Buf Cache:  2.83gb   Free Mem:  60.6mb&lt;BR /&gt;&lt;BR /&gt;someone tell me why it shows user memory as 3.66 gb ?&lt;BR /&gt;&lt;BR /&gt;i am also in the process of tuning some kernel parameters.&lt;BR /&gt;&lt;BR /&gt;I have March 2003 Support Tools Patch bundle installed. if anyone recommend some strategy u follow that will a great help to me&lt;BR /&gt;&lt;BR /&gt;any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Vijay</description>
      <pubDate>Wed, 15 Oct 2003 09:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094012#M145501</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-15T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094013#M145502</link>
      <description>Viajy,&lt;BR /&gt; &lt;BR /&gt;Check your dbc_min and dbc_max parameters.  Buffer cache should be no more than about 400 MB.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 09:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094013#M145502</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-15T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094014#M145503</link>
      <description>Hi Vijay,&lt;BR /&gt; &lt;BR /&gt;First thing that stands out to me is Buffer Cache size. You should really back that off so that it only uses 300-400MB of memory. Either do that through smaller dbc_max_pct or a hard set NBUF value. That will give you 2GB back immediately&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 15 Oct 2003 09:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094014#M145503</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-15T09:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094015#M145504</link>
      <description>I can tell better with 'sar' myself, and there can be patching issues and bugs in gpm:&lt;BR /&gt; &lt;BR /&gt;sar -u 5 5&lt;BR /&gt;sar -d 5 5&lt;BR /&gt;sar -v 5 5&lt;BR /&gt;sar -b 5 5&lt;BR /&gt;vmstat 5 5&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;kmtune -q dbc_max_pct&lt;BR /&gt;kmtune -q dbc_min_pct&lt;BR /&gt; &lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 15 Oct 2003 09:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094015#M145504</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-15T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094016#M145505</link>
      <description>I have these values&lt;BR /&gt;dbc_max_pct 50&lt;BR /&gt;dbc_min_pct 5&lt;BR /&gt;&lt;BR /&gt;What about setting these values&lt;BR /&gt;dbc_max_pct 5&lt;BR /&gt;dbc_min_pct 3&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Vijay&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 10:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094016#M145505</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-15T10:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094017#M145506</link>
      <description>Hi (again) Vijay,&lt;BR /&gt; &lt;BR /&gt;Yep - that's a good value. &lt;BR /&gt;Remember  these changes require a reboot.&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 15 Oct 2003 10:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094017#M145506</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-15T10:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: memory usage</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094018#M145507</link>
      <description>I was reading a Tunable Kernel Parameters Book and i have seen this parameters. I forgot to look into it.&lt;BR /&gt;&lt;BR /&gt;Thanks Pete, Jeff and Michael.&lt;BR /&gt;&lt;BR /&gt;I appreciate your help.&lt;BR /&gt;&lt;BR /&gt;-Vijay&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 10:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage/m-p/3094018#M145507</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-15T10:20:15Z</dc:date>
    </item>
  </channel>
</rss>

