<?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: dbc_max_pct decrease in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488035#M800768</link>
    <description>Sorry for confusion, after dbc_max_pct decrease:&lt;BR /&gt;-CPU util seems the same (MWA),&lt;BR /&gt;-memory util decreases - was high (dbc_max_pct 5:50) (but no process was waiting for memory before, no process is waiting for memory now - according to MWA),&lt;BR /&gt;-system load is 5-8, users says the system is lazy :)&lt;BR /&gt;&lt;BR /&gt;Roman</description>
    <pubDate>Wed, 31 Jan 2001 18:12:50 GMT</pubDate>
    <dc:creator>rx71</dc:creator>
    <dc:date>2001-01-31T18:12:50Z</dc:date>
    <item>
      <title>dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488029#M800761</link>
      <description>Hello,&lt;BR /&gt;we are on HP-UX 10.20 Oracle db servers, default installation of HP-UX sets dbc_max_pxt to 5:50 % of memory. We have set it to 20:20 (according to Oracle recommendations) and memory utilization has decreased, but system load is twice then before. Does anybody have any ides why ?&lt;BR /&gt;&lt;BR /&gt;TIA.&lt;BR /&gt;Roman</description>
      <pubDate>Tue, 30 Jan 2001 16:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488029#M800761</guid>
      <dc:creator>rx71</dc:creator>
      <dc:date>2001-01-30T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488030#M800762</link>
      <description>It all depends on what they are waiting for. It can be a good thing!. If they were sleeping before on I/O's and now they are sleeping waiting for cpu time, then that's a good thing and your've actually made things better.&lt;BR /&gt;&lt;BR /&gt;System load etc, isn't a good indication of machine performance. I'd ask the users what they think.</description>
      <pubDate>Tue, 30 Jan 2001 16:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488030#M800762</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2001-01-30T16:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488031#M800763</link>
      <description>I have MeasureWare data and can't find any botlleneck - CPU util is OK, just Memory util increases...&lt;BR /&gt;&lt;BR /&gt;Roman</description>
      <pubDate>Wed, 31 Jan 2001 09:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488031#M800763</guid>
      <dc:creator>rx71</dc:creator>
      <dc:date>2001-01-31T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488032#M800764</link>
      <description>Roman, &lt;BR /&gt;&lt;BR /&gt;Please could you clarify what you would like.&lt;BR /&gt;In your initial post you say "memory utilization has decreased", now you are saying "Memory util increases... " - please giveus some examples.&lt;BR /&gt;Andy's answer seems quite plausible - what feedback have you had from the users?&lt;BR /&gt;&lt;BR /&gt;Nick</description>
      <pubDate>Wed, 31 Jan 2001 10:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488032#M800764</guid>
      <dc:creator>Nick W</dc:creator>
      <dc:date>2001-01-31T10:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488033#M800765</link>
      <description>This paramater is one of the few things I disagree with Oracle on.&lt;BR /&gt;By setting it 20:20 you have forced the buffer allocation size to be 20% of your memory (whether it needs to be or not!).&lt;BR /&gt;While I agree that a buffer of 50% of your system memory is too high, depending on the size of your database the 20% may also be too high.&lt;BR /&gt;Sorry but a system with 8GB of RAM running with dbc_max...20:20 forces the allocation to @1.5GB.  This is much different than a system running with 2GB of RAM for which the dbc_max...20:20 would force buffers of @512M.&lt;BR /&gt;&lt;BR /&gt;Depending on the system you can set the high end at 20% to ensure that too much is never allocated to a buffer, but a low number means that the buffer can be smaller.  Trust me, oracle is smart enough to request the correct buffer size, so too small should never be a concern.&lt;BR /&gt;I would recommend replacing this parameter with 2:20 for a 4GB system.  Do the math if you have more or less memory in the system.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 31 Jan 2001 11:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488033#M800765</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2001-01-31T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488034#M800766</link>
      <description>dbc_max_pct for hp-ux and db_blocks_buffer are both space in memory to reduce I/O (cache).&lt;BR /&gt;&lt;BR /&gt;If your datafiles resides on filesystem ( not raw)  i would prefer add cache to oracle.&lt;BR /&gt;&lt;BR /&gt;About why, it could be your system were doing swap, because  not memory availabe, and then when you measure system load with sar you were see a high I/O, and more %idle. Once your system has sufficent memory , process are not waiting for I/O so they can run more time in CPU, so it seems %idle has increased, that are what you want. So I agree with Andy.&lt;BR /&gt;&lt;BR /&gt;This is just a idea; tunning is not a science for me, it is art.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2001 15:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488034#M800766</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-01-31T15:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488035#M800768</link>
      <description>Sorry for confusion, after dbc_max_pct decrease:&lt;BR /&gt;-CPU util seems the same (MWA),&lt;BR /&gt;-memory util decreases - was high (dbc_max_pct 5:50) (but no process was waiting for memory before, no process is waiting for memory now - according to MWA),&lt;BR /&gt;-system load is 5-8, users says the system is lazy :)&lt;BR /&gt;&lt;BR /&gt;Roman</description>
      <pubDate>Wed, 31 Jan 2001 18:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488035#M800768</guid>
      <dc:creator>rx71</dc:creator>
      <dc:date>2001-01-31T18:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct decrease</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488036#M800770</link>
      <description>Are your filesystems HFS?&lt;BR /&gt;&lt;BR /&gt;Run sar -v 5 5 and look at inode colmuns.&lt;BR /&gt;&lt;BR /&gt;hfs and ninode kernel parameter could be the reason of lazy system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Feb 2001 12:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-decrease/m-p/2488036#M800770</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-02-02T12:48:31Z</dc:date>
    </item>
  </channel>
</rss>

