<?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_min/max_pct in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854554#M275564</link>
    <description>That depends on the ammount of memory in the system.&lt;BR /&gt;&lt;BR /&gt;For Oracle, it has it's own buffer cache.&lt;BR /&gt;&lt;BR /&gt;Basically, you want it between 500 and 800 mb of memory..&lt;BR /&gt;&lt;BR /&gt;So, if your system has 10GB of ram - then these are good values...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Aug 2006 15:54:17 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2006-08-31T15:54:17Z</dc:date>
    <item>
      <title>dbc_min/max_pct</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854548#M275558</link>
      <description>I have an SA that has set these parameters to the following values. I am suspect as to the effectiveness. The box is the main Oracle DB box in an APPS/DB architecture. Any input would be appreciated.&lt;BR /&gt;&lt;BR /&gt;kmtune -q dbc_min_pct&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;dbc_min_pct                 5  -  5                          &lt;BR /&gt;[/opt/oracle]:  kmtune -q dbc_max_pct&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;dbc_max_pct                 5  -  05</description>
      <pubDate>Thu, 31 Aug 2006 13:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854548#M275558</guid>
      <dc:creator>C_VOIP</dc:creator>
      <dc:date>2006-08-31T13:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_min/max_pct</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854549#M275559</link>
      <description>Most of the Oracle servers I've worked with use &lt;BR /&gt;dbc_max_pct  5&lt;BR /&gt;dbc_min_pct  5&lt;BR /&gt;&lt;BR /&gt;Oracle manages it's own memory.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;robert</description>
      <pubDate>Thu, 31 Aug 2006 13:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854549#M275559</guid>
      <dc:creator>Robert Salter</dc:creator>
      <dc:date>2006-08-31T13:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_min/max_pct</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854550#M275560</link>
      <description>This is effectively setting a static dynamic buffer cache of 5% of RAM.&lt;BR /&gt;&lt;BR /&gt;This could have been done more easily with nbuf &amp;amp; bufpages.</description>
      <pubDate>Thu, 31 Aug 2006 13:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854550#M275560</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-31T13:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_min/max_pct</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854551#M275561</link>
      <description>Hello Dave@Comcast;&lt;BR /&gt;&lt;BR /&gt;Admins will often set dbc_min/max_pct to the same value. This will essentially disable the dynamic cache stuff and just set aside a predefined amount. The number used is dependant on the amount of memory you have on your server because this is just a percentage of that. So if your server has 8GB of RAM you would have ~400MB of cache set up using the 5% value you have. &lt;BR /&gt;&lt;BR /&gt;There really isn't any need for much more than 512MB of cache set up for an Oracle database server (especially on 11.00 and lower where excessive buffer cache can actually affect performance negatively).&lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Thu, 31 Aug 2006 13:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854551#M275561</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2006-08-31T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_min/max_pct</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854552#M275562</link>
      <description>The 5% value is a bit meaningless w/o knowing the amount of physical memory in the box. In general, on an 11.0 box that is serving as a database server, you want to shoot for something in the 400-800MiB range provided that you have "lots" of memory. For 11.11 800-1600MiB is a better choice. If you are running raw/io and this is a pure database server then something in the 300MiB range is adequate. In order to provide better tuning, more data are needed. How much memory? Raw or cooked database i/o? SGA size's? swapinfo -tam output. Any pageouts observed?&lt;BR /&gt;&lt;BR /&gt;Although it is being phased out, I still prefer static buffer caches set not by matching dbc-min_pct to dbc_max_pct but rather by setting bufpages to a non-zero value.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 15:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854552#M275562</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-31T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_min/max_pct</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854553#M275563</link>
      <description>Thanks All,&lt;BR /&gt;I have assigned points. &lt;BR /&gt;&lt;BR /&gt;DD</description>
      <pubDate>Thu, 31 Aug 2006 15:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854553#M275563</guid>
      <dc:creator>C_VOIP</dc:creator>
      <dc:date>2006-08-31T15:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_min/max_pct</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854554#M275564</link>
      <description>That depends on the ammount of memory in the system.&lt;BR /&gt;&lt;BR /&gt;For Oracle, it has it's own buffer cache.&lt;BR /&gt;&lt;BR /&gt;Basically, you want it between 500 and 800 mb of memory..&lt;BR /&gt;&lt;BR /&gt;So, if your system has 10GB of ram - then these are good values...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 15:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-min-max-pct/m-p/3854554#M275564</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-08-31T15:54:17Z</dc:date>
    </item>
  </channel>
</rss>

