<?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 Dynamic Buffer Cache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422555#M767073</link>
    <description>The dbc_max_pct and dbc_min_pct were assigned with value in order to activate dynamic buffer cache.  I use HP OPENVIEW to monitor the memory usage and I notice that the percentile for the GBL_MEM_SYS_AND_CACHE_UTIL remains constant, even when the system is idle.&lt;BR /&gt;&lt;BR /&gt;Any explaination?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Tiong-Lip Chua</description>
    <pubDate>Sat, 06 May 2000 01:59:35 GMT</pubDate>
    <dc:creator>Tiong-Lip Chua_1</dc:creator>
    <dc:date>2000-05-06T01:59:35Z</dc:date>
    <item>
      <title>Dynamic Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422555#M767073</link>
      <description>The dbc_max_pct and dbc_min_pct were assigned with value in order to activate dynamic buffer cache.  I use HP OPENVIEW to monitor the memory usage and I notice that the percentile for the GBL_MEM_SYS_AND_CACHE_UTIL remains constant, even when the system is idle.&lt;BR /&gt;&lt;BR /&gt;Any explaination?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Tiong-Lip Chua</description>
      <pubDate>Sat, 06 May 2000 01:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422555#M767073</guid>
      <dc:creator>Tiong-Lip Chua_1</dc:creator>
      <dc:date>2000-05-06T01:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422556#M767074</link>
      <description>the buffer cache allocates so much memory, that is why it is constant.&lt;BR /&gt;ie: if dbc_min_pct=5 and dbc_max_pct=10&lt;BR /&gt;The buffer cache will stay at 10% of memory.</description>
      <pubDate>Mon, 08 May 2000 19:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422556#M767074</guid>
      <dc:creator>randy lee</dc:creator>
      <dc:date>2000-05-08T19:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422557#M767075</link>
      <description>It is possible that you have simply filled all available buffer cache and thus see the same value (dbc_max_pct) every time.  It is also bossible that there is a value set for either nbuf or bufpages in the kernel.  If either of these is set to a non-zero value it will override dynamic caching.</description>
      <pubDate>Tue, 09 May 2000 15:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422557#M767075</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-05-09T15:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422558#M767076</link>
      <description>Tiong,&lt;BR /&gt;Dynamic Buffer Cache actually allocated on the system will vary between dbc_min_pct and dbc_max_pct bounds. If it stays constant it is good performance wise because the system does not have to adjust it to meet the other memory demands. However, you must make sure that nbuf is set to 0 and bufpages is also 0. Normally bufpages is set to 2*nbuf. These parameters if non zero will activate Static Buffer Cache.&lt;BR /&gt;Cheers.</description>
      <pubDate>Wed, 10 May 2000 12:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422558#M767076</guid>
      <dc:creator>Navied Yousuf</dc:creator>
      <dc:date>2000-05-10T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422559#M767077</link>
      <description>As Randy mentions, althought DBC is supposed to allow the buffer cache size to fluctuate between the lower limit (dbc_min_pct) and upper limit (dbc_max_pct) in most situations the buffer cache seems to gravitate towards the maximum. It takes a quite significant amount of "idle" time to see this level move back down toward the minimum. As such, spend a lot more time about tuning your dbc_max_pct then your dbc_min_pct because it will likely be at or near the maximum in most environments.</description>
      <pubDate>Thu, 11 May 2000 14:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422559#M767077</guid>
      <dc:creator>Jason Luginbuhl</dc:creator>
      <dc:date>2000-05-11T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Buffer Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422560#M767078</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;The buffer cache will only decrease when you get low on memory that will be the only time when it needs to get smaller otherwise your buffer cache should always be around its dbc_max &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 May 2000 14:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dynamic-buffer-cache/m-p/2422560#M767078</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2000-05-18T14:12:42Z</dc:date>
    </item>
  </channel>
</rss>

