<?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: System memory usgae in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842921#M273661</link>
    <description>The problems not with your system memory utilization its with your application memory utilization.  Can you provide what's running atop the O/S?  SAP, Oracle?&lt;BR /&gt;&lt;BR /&gt;I've attached a script for you to look at and run.  Can you paste in the values of the kernel parms. listed in this script?</description>
    <pubDate>Mon, 14 Aug 2006 11:06:41 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2006-08-14T11:06:41Z</dc:date>
    <item>
      <title>System memory usgae</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842917#M273657</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have an rp4440 server with 1 GHz * 4 CPU and 10GB memory&lt;BR /&gt;I noticed that system memory usage is about 4GB/10GB total memory on glance&lt;BR /&gt;Customer asked me to reduce system memory size&lt;BR /&gt;Is there anyway to resize system memory size?&lt;BR /&gt;I need to explain what root cause is&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842917#M273657</guid>
      <dc:creator>Steve Lee_7</dc:creator>
      <dc:date>2006-08-14T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: System memory usgae</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842918#M273658</link>
      <description>You want root cause and supply essentially zero data? The most probable cause is the default dbc_mac_pct value of 50% which controls the size of the dynamic buffer cache. You should reduce dbc_max_pct to no more than 15% and dbc_min_pct to about 5%. You may also have other tunables that are badly set but the most likely are the buffer cache tunables.</description>
      <pubDate>Mon, 14 Aug 2006 09:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842918#M273658</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-14T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: System memory usgae</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842919#M273659</link>
      <description>Lee, As clay told, it is always better to give *more than enough* information.&lt;BR /&gt;&lt;BR /&gt;reply datas like, what applications u r running, is it a production system or going to be production soon, also, check the memory usage with other tools also...[** glance may be wrong sometimes(i think)**]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842919#M273659</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-08-14T09:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: System memory usgae</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842920#M273660</link>
      <description>I have checked the buffer cache size &lt;BR /&gt;It is less than 1GB&lt;BR /&gt;&lt;BR /&gt;Here is memory status on glance and screen shot&lt;BR /&gt;&lt;BR /&gt;Total VM :  7.62gb   Sys Mem  :  3.83gb   User Mem:  5.20gb   Phys Mem:  10.0gb&lt;BR /&gt;Active VM:  7.56gb   Buf Cache: 819.0mb   Free Mem: 172.5m</description>
      <pubDate>Mon, 14 Aug 2006 10:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842920#M273660</guid>
      <dc:creator>Steve Lee_7</dc:creator>
      <dc:date>2006-08-14T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: System memory usgae</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842921#M273661</link>
      <description>The problems not with your system memory utilization its with your application memory utilization.  Can you provide what's running atop the O/S?  SAP, Oracle?&lt;BR /&gt;&lt;BR /&gt;I've attached a script for you to look at and run.  Can you paste in the values of the kernel parms. listed in this script?</description>
      <pubDate>Mon, 14 Aug 2006 11:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842921#M273661</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-08-14T11:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: System memory usgae</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842922#M273662</link>
      <description>Pls try to reduce vx_ninode parameter, in fact , HPUX use VXFS, and VXFS use its own parameter "vxfs_ninode"  to keep a large cache in system memory , you can reduce it and the system memory will release, pls do it as following :&lt;BR /&gt;1. Find the default number of vxfs_ninode&lt;BR /&gt;echo "vxfs_ninode"|adb /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;2. Adjust the parameter to 20000 if your machine is not file server&lt;BR /&gt;&lt;BR /&gt;SAM---&amp;gt;vx_ninode=20000&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;RayChe</description>
      <pubDate>Mon, 14 Aug 2006 21:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842922#M273662</guid>
      <dc:creator>rayche</dc:creator>
      <dc:date>2006-08-14T21:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: System memory usgae</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842923#M273663</link>
      <description>Sorry , to the first step,the correct is :&lt;BR /&gt;&lt;BR /&gt;echo "vxfs_ninode/D"|adb /stand/vmunix /dev/mem</description>
      <pubDate>Mon, 14 Aug 2006 21:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-memory-usgae/m-p/3842923#M273663</guid>
      <dc:creator>rayche</dc:creator>
      <dc:date>2006-08-14T21:36:37Z</dc:date>
    </item>
  </channel>
</rss>

