<?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 utilization... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885274#M280598</link>
    <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Your dynamic buffer cahce settings mean that at most 8% and and a least 5% of your memory will be devoted to filesystem buffers.  This isn't too unreasonable.&lt;BR /&gt;&lt;BR /&gt;Unless you have memory pressure as processes grow their heap or a new processes are forked, etc. then your buffer cache is going to remain relatively fixed in size.&lt;BR /&gt;&lt;BR /&gt;If you are not paging-out (use 'vmstat' and look at the 'po' column') then you don't have memory pressure to worry about.&lt;BR /&gt;&lt;BR /&gt;By adding more memory you may have prevented insufficient memory conditions which would prevent process birth and or data stack growth in the first place.  You haven't divulged what, if any, symptoms of poor performanace that you may have had.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Oct 2006 16:45:17 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-10-23T16:45:17Z</dc:date>
    <item>
      <title>Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885269#M280593</link>
      <description>We have two systems configured as cluster systems. Memory was upgrade from 6G to 10G on both system.&lt;BR /&gt;&lt;BR /&gt;Problem&lt;BR /&gt;&lt;BR /&gt;Before memory upgrade, system used about 30% and 65% used by users. But after memory upgrade, system uses about 40-45% and 45-50% used by users. Application users complain that they didn't gain performance after upgrade. CPU, network and disk utilization look ok.&lt;BR /&gt;&lt;BR /&gt;Where do I look for troubleshooting?&lt;BR /&gt;Do I need to change kernel parameters?&lt;BR /&gt;Please help me where to look at.</description>
      <pubDate>Mon, 23 Oct 2006 16:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885269#M280593</guid>
      <dc:creator>deCG</dc:creator>
      <dc:date>2006-10-23T16:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885270#M280594</link>
      <description>Check out max_dbc_pct and min.&lt;BR /&gt;&lt;BR /&gt;If they were not changed after adding memory - then they will consume more of the available ram.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 23 Oct 2006 16:19:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885270#M280594</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-10-23T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885271#M280595</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;What did you expect to see?  Did you change any kernel parameters?  Why did you add memory?&lt;BR /&gt;&lt;BR /&gt;As the least, if you are running with a dynamic buffer cache, you are now using more memory for it which may or may not benefit user performance --- assuming that "they" can perceive it.&lt;BR /&gt;&lt;BR /&gt;Perhaps before the upgrade you were having out-of-memory conditions for insufficient swapspace.  Were you?&lt;BR /&gt;&lt;BR /&gt;If this is a database server, did you tune your DBMS afterwards?  Did, for instance, your DBA enlarge an Oracle SGA to use more memory for its buffers?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Oct 2006 16:20:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885271#M280595</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-23T16:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885272#M280596</link>
      <description>Were you paging out?  Your peak memory usage was 95%?  Did it ever hit 100%?&lt;BR /&gt;&lt;BR /&gt;You upgraded and are still at about 95% at peak usage?&lt;BR /&gt;&lt;BR /&gt;Did you change your dbc_max_pct and/or dbc_min_pct kernel parameters?  What are they set to?&lt;BR /&gt;&lt;BR /&gt;If you weren't actually paging out, then I wouldn't expect users to see a whole lot of performance impact from more RAM.</description>
      <pubDate>Mon, 23 Oct 2006 16:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885272#M280596</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-23T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885273#M280597</link>
      <description>Peak memory usage never reaches 100% but around 95%.&lt;BR /&gt;&lt;BR /&gt;dbc_max_pct                 8  -  8&lt;BR /&gt;dbc_min_pct                 5  -  5&lt;BR /&gt;&lt;BR /&gt;And this is my kernel params.&lt;BR /&gt;Are the params mean that always keep at least 5% memory free?&lt;BR /&gt;Then how can I limit system memory usage under 35%? Adjusting vx_ninode, ninode will be any different?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 23 Oct 2006 16:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885273#M280597</guid>
      <dc:creator>deCG</dc:creator>
      <dc:date>2006-10-23T16:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885274#M280598</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Your dynamic buffer cahce settings mean that at most 8% and and a least 5% of your memory will be devoted to filesystem buffers.  This isn't too unreasonable.&lt;BR /&gt;&lt;BR /&gt;Unless you have memory pressure as processes grow their heap or a new processes are forked, etc. then your buffer cache is going to remain relatively fixed in size.&lt;BR /&gt;&lt;BR /&gt;If you are not paging-out (use 'vmstat' and look at the 'po' column') then you don't have memory pressure to worry about.&lt;BR /&gt;&lt;BR /&gt;By adding more memory you may have prevented insufficient memory conditions which would prevent process birth and or data stack growth in the first place.  You haven't divulged what, if any, symptoms of poor performanace that you may have had.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2006 16:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885274#M280598</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-23T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885275#M280599</link>
      <description>dbc_max_pct of 8% means you now have a max of 819 MB of ram reserved for buffer cache - up from 491.5 MB.&lt;BR /&gt;&lt;BR /&gt;Application people need to modify their apps to make use of additional ram.&lt;BR /&gt;&lt;BR /&gt;How much ram is free?&lt;BR /&gt;&lt;BR /&gt;Use a utility like glance or memdetail.&lt;BR /&gt;&lt;BR /&gt;See my post in this thread to get a copy of memdetail:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938769&amp;amp;admit=-682735245+1161639942076+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938769&amp;amp;admit=-682735245+1161639942076+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Output like:&lt;BR /&gt;&lt;BR /&gt;# memdetail&lt;BR /&gt;Memory Stat      total    used   avail   %used&lt;BR /&gt;physical        16128.0 15334.7  793.3     95%&lt;BR /&gt;active virtual  14712.8 5616.1  9096.8     38%&lt;BR /&gt;active real     12188.5 4332.9  7855.6     36%&lt;BR /&gt;memory swap     12648.1 1933.0  10715.1    15%&lt;BR /&gt;device swap     26528.0 14096.9 12431.1    53%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 23 Oct 2006 16:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885275#M280599</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-10-23T16:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilization...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885276#M280600</link>
      <description>System (kernel) memory is mostly defined by kernel parameters and ninode is usually the culprit. The formula provided by HP is simply way off. Run kmtune (kctune on 11.23) to see the value for ninode. Anything more than 2000 to 4000 is too large. I've seen the formula produce ninode values of 30k to 75k, an extremely large table size.&lt;BR /&gt; &lt;BR /&gt;Additional parameters to check:&lt;BR /&gt; &lt;BR /&gt;nproc nfile -- run sar -v 1 to check the current value. It's OK to have 50k file handles if you are running 5000 programs, but if sar -v shows nfile=50000 but only 800 are used, nfile is badly oversized.&lt;BR /&gt; &lt;BR /&gt;Also, verify that the kernel values for nbuf and bufpages are zero. Glance will report an active value but kmtune (or kctune) must report zeros or the max&amp;amp;min_dbc_pct values are ignored.</description>
      <pubDate>Mon, 23 Oct 2006 18:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/3885276#M280600</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-23T18:01:03Z</dc:date>
    </item>
  </channel>
</rss>

