<?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 utilisation question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318198#M876771</link>
    <description>Obviously it is your swap util that increased to 50%.&lt;BR /&gt;&lt;BR /&gt;With only 26.3 MB available for the user processes, you are sure to have lot of paging activities in the system.&lt;BR /&gt;&lt;BR /&gt;As mentioned above, release the space from dynamic buffer cache. That should solve your problem or get you somewhere nearby.</description>
    <pubDate>Tue, 29 Jun 2004 12:59:59 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2004-06-29T12:59:59Z</dc:date>
    <item>
      <title>Memory utilisation question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318194#M876767</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Server is HP-UX 11.23 running Oracle 9.2 &lt;BR /&gt;here is mem stat (by glance) :&lt;BR /&gt;&lt;BR /&gt;Total VM :  3.27gb   Sys Mem  : 993.3mb   User Mem:  1.53gb   Phys Mem:  3.99gb&lt;BR /&gt;Active VM:  1.28gb   Buf Cache:  1.47gb   Free Mem:  26.3mb &lt;BR /&gt;&lt;BR /&gt;Free MEM : 26.3 MB 6?? : Somebody can tell me if memory is misconfigured ?&lt;BR /&gt;&lt;BR /&gt;How i can sort all process list with memory taken per process ?&lt;BR /&gt;&lt;BR /&gt;Oracle is used 1.5 Go... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 29 Jun 2004 10:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318194#M876767</guid>
      <dc:creator>Vasago</dc:creator>
      <dc:date>2004-06-29T10:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318195#M876768</link>
      <description>Check the buffer cache settings. dbc_max_pct by default is at 50 %. (That means half of the memory is used for buffer cache.)&lt;BR /&gt;&lt;BR /&gt;Check if you are effectively using it or not??&lt;BR /&gt;&lt;BR /&gt;sar -b 2 20&lt;BR /&gt;&lt;BR /&gt;If write cache rate is constantly over 90 %, it is OK else just tune the setting to 10 %.&lt;BR /&gt;&lt;BR /&gt;You will have more memory availbel to users.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 29 Jun 2004 10:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318195#M876768</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-06-29T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318196#M876769</link>
      <description>With HP-UX the first thing one should always do is look at the dbc_max_pct value (50% by default). In almost every case, 50% is much too high and should be reduced to a more reasonable value (~10%) or hard-set via a non-zero bufpages setting.&lt;BR /&gt;&lt;BR /&gt;Here is a method of sorting processes by memory usage:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o vsz,comm | sort -n&lt;BR /&gt;&lt;BR /&gt;Man ps for details. The "UNIX95= " asserts the XPG4 ps behavior for just this command.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 10:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318196#M876769</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-06-29T10:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318197#M876770</link>
      <description>thanks guy, that resolved my problem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but the swap util had growed from 40 to 50 %...&lt;BR /&gt;&lt;BR /&gt;did this ratio report to swap file utilisation or sometingelse?</description>
      <pubDate>Tue, 29 Jun 2004 12:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318197#M876770</guid>
      <dc:creator>Vasago</dc:creator>
      <dc:date>2004-06-29T12:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318198#M876771</link>
      <description>Obviously it is your swap util that increased to 50%.&lt;BR /&gt;&lt;BR /&gt;With only 26.3 MB available for the user processes, you are sure to have lot of paging activities in the system.&lt;BR /&gt;&lt;BR /&gt;As mentioned above, release the space from dynamic buffer cache. That should solve your problem or get you somewhere nearby.</description>
      <pubDate>Tue, 29 Jun 2004 12:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318198#M876771</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-06-29T12:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory utilisation question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318199#M876772</link>
      <description>Every process that starts, will reserve the swap space. So in case if it has to swap out, it will have required space.&lt;BR /&gt;&lt;BR /&gt;Now after setting dbc_max_pct to 10 %, more memory will be availbe to users, so you can start ore processes and so the swap space utilization.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 29 Jun 2004 13:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilisation-question/m-p/3318199#M876772</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-06-29T13:16:26Z</dc:date>
    </item>
  </channel>
</rss>

