<?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 dubt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079007#M142240</link>
    <description>Why from kmeminfo I see User memory is 571 Mb and from glance 1,17 Gb?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filo</description>
    <pubDate>Fri, 26 Sep 2003 04:36:23 GMT</pubDate>
    <dc:creator>Filosofo</dc:creator>
    <dc:date>2003-09-26T04:36:23Z</dc:date>
    <item>
      <title>Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079001#M142234</link>
      <description>Hello,&lt;BR /&gt;I have a N4000, with install  4GB of Physical memory.&lt;BR /&gt;There are not particular processes running, and the server use 46% of the memory.&lt;BR /&gt;I attach a file with glance memory report output and kmeminfo -V output.&lt;BR /&gt;&lt;BR /&gt;I hope that you can help me.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filo</description>
      <pubDate>Fri, 26 Sep 2003 02:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079001#M142234</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-09-26T02:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079002#M142235</link>
      <description>The attach.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Filo</description>
      <pubDate>Fri, 26 Sep 2003 03:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079002#M142235</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-09-26T03:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079003#M142236</link>
      <description>There is no attachment ?&lt;BR /&gt;&lt;BR /&gt;2 things to check;&lt;BR /&gt;&lt;BR /&gt;1. vx_ninode kernel parameter should not be set to 0 - or else it can grow huge. Check with;&lt;BR /&gt;kmtune | grep vx_ninode&lt;BR /&gt;&lt;BR /&gt;Set it to something like 5000 to 10000, rebuild you kernel and reboot.&lt;BR /&gt;&lt;BR /&gt;2. dbc_max_pct and dbc_min_pct should also not be 0, or set to anything large. For 4GB of ram dbc_min_pct should be set to around 2 (2%) and dbc_mac_pct to 10 (10% or 400MB). If not set them, build a new kernel, and reboot.&lt;BR /&gt;&lt;BR /&gt;This should free up lots of RAM.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2003 03:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079003#M142236</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-26T03:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079004#M142237</link>
      <description>Your buffer cache (dbc_max/min) looks good at only 400MB;&lt;BR /&gt;&lt;BR /&gt;Bufcache      =   104857  409.6m  10%   for buffer cache&lt;BR /&gt;&lt;BR /&gt;But your kmeminfo doesnt show the vx_ninode size, eg;&lt;BR /&gt;&lt;BR /&gt;Dynamic             =   235399  919.5m  11%  Kernel dynamic memory&lt;BR /&gt;  Arenas            =   177297  692.6m   8%  Kernel arenas&lt;BR /&gt;    vx_buffer_cache =    72576  283.5m   3%  &lt;BR /&gt;&lt;BR /&gt;vx_ninod kernel parameter = vx_buffer_cache above. How big is yours ?</description>
      <pubDate>Fri, 26 Sep 2003 03:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079004#M142237</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-26T03:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079005#M142238</link>
      <description>kmtune -l -q vx_ninode&lt;BR /&gt;Parameter:      vx_ninode   value: 0&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filo</description>
      <pubDate>Fri, 26 Sep 2003 03:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079005#M142238</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-09-26T03:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079006#M142239</link>
      <description>As I said, if vx_ninode = 0 then this cache can grow into Gigabytes! So set it to 5000-10000 and rebuild your kernel and reboot. This will fix your memory issue.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2003 03:38:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079006#M142239</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-26T03:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079007#M142240</link>
      <description>Why from kmeminfo I see User memory is 571 Mb and from glance 1,17 Gb?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filo</description>
      <pubDate>Fri, 26 Sep 2003 04:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079007#M142240</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-09-26T04:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Memory usage dubt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079008#M142241</link>
      <description>I had this same question some time ago, the answer was glance is not that relibale. kmeminfo is far more reliable. I think the glance total is including other things.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2003 05:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-usage-dubt/m-p/3079008#M142241</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-26T05:40:34Z</dc:date>
    </item>
  </channel>
</rss>

