<?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 kernel paramter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456862#M12784</link>
    <description>&lt;BR /&gt;Follow this thread for more detailed info on VM and swap/paging;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=45410&amp;amp;q=what%20is%20virtual%20memory&amp;amp;fh" target="_blank"&gt;http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=45410&amp;amp;q=what%20is%20virtual%20memory&amp;amp;fh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(The above link may be wrapped on &amp;gt; 1 line in which case you need to paste it back to 1 line first)&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Oct 2000 13:46:12 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2000-10-24T13:46:12Z</dc:date>
    <item>
      <title>dbc_max_pct kernel paramter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456857#M12779</link>
      <description>We have N-Class Server with 2GB physical memory running HP-UX11.0(64-bit). I have changed the value of dbc_max_pct paramter to 20% from 50% due to low free memory. Now I see buffer cache 129.5mb which is about 5% of total memory. Before changing that parameter value of buffer cache was 1024mb which is exactly 50%. Here is output from glanceplus:&lt;BR /&gt;&lt;BR /&gt;Total VM: 235.2mb phys mem: 2.00gb system mem: 141.5mb Active VM: 192.6mb buff cache: 128.5mb user mem: 384.4mb Free mem: 1.37gb&lt;BR /&gt;&lt;BR /&gt;it seems that VM is used even lot of free memory is available. Do I need to set any other kernel parameter to correct  buff cache value and VM usage?&lt;BR /&gt;&lt;BR /&gt;some other kernel parameter setting:&lt;BR /&gt;dbc_min_pct=5&lt;BR /&gt;bufpages=0&lt;BR /&gt;nbuf=0&lt;BR /&gt;nproc=12820&lt;BR /&gt;ncallout=12836&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 24 Oct 2000 01:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456857#M12779</guid>
      <dc:creator>Aftab Sadiq</dc:creator>
      <dc:date>2000-10-24T01:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct kernel paramter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456858#M12780</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you don't have to be worried about that.&lt;BR /&gt;Buffer cache is filled up dynamically.&lt;BR /&gt;So after reboot the value is at the dbc_min_pct. If the system needs more buffer cache the value is increased until it reaches the dbc_max_pct.&lt;BR /&gt;So have a look at that after your machine goes busy. I bet the value grows dynamically.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 24 Oct 2000 05:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456858#M12780</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-10-24T05:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct kernel paramter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456859#M12781</link>
      <description>To set the dbc_max_pct do (echo "bufpages"/D|adb -k /stand/vmunix /dev/kmem), this will give you the exact value of your system bufpages. &lt;BR /&gt;You should also set swapmem_on=1 (from kernel parameters) to get the effect of setting nbuf and bufpages to zero.</description>
      <pubDate>Tue, 24 Oct 2000 07:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456859#M12781</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-10-24T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct kernel paramter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456860#M12782</link>
      <description>Here are the rules you seek;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;nbuf sets system-wide number of file-system buffer and cache buffer headers.&lt;BR /&gt;&lt;BR /&gt;The value for nbuf if selected 0 then it offers dynamic buffer cache.&lt;BR /&gt;&lt;BR /&gt;Another parameter to control this is bufpages.&lt;BR /&gt;&lt;BR /&gt;Relation betwn the 2 is as follows.&lt;BR /&gt;&lt;BR /&gt;bufpages = 0, nbuf = 0: Enables dynamic buffer cache.&lt;BR /&gt;bufpages = X, nbuf = 0, Creates X/2 buffer headers  &amp;amp; allocates X * 4 K of&lt;BR /&gt;buffer pool space at system boot.&lt;BR /&gt;bufpages = 0, nbuf = Y: Creates Y buffer headers &amp;amp; allocates Y*2 * 4K of &lt;BR /&gt;buffer pool space at system boot.&lt;BR /&gt;bufpages = X, nbuf = Y, Creates  Y buffer headers &amp;amp; allocates X *4K of &lt;BR /&gt;buffer pool space at system boot.&lt;BR /&gt;&lt;BR /&gt;sysdef shows the current value hence the difference.&lt;BR /&gt;&lt;BR /&gt;However, I wouldnt recommend you run your buffer cache any higher than 400-500Mb as if its larger than this it actually slows down your server due to the effort required by HP-UX to administer such a large cache.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2000 08:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456860#M12782</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-10-24T08:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct kernel paramter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456861#M12783</link>
      <description>Buffer cache reached to its max when system get busy as Adreas mentioned it allocate dynamically. Why VM used when there is not much activity and free mem is available?</description>
      <pubDate>Tue, 24 Oct 2000 12:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456861#M12783</guid>
      <dc:creator>Aftab Sadiq</dc:creator>
      <dc:date>2000-10-24T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: dbc_max_pct kernel paramter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456862#M12784</link>
      <description>&lt;BR /&gt;Follow this thread for more detailed info on VM and swap/paging;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=45410&amp;amp;q=what%20is%20virtual%20memory&amp;amp;fh" target="_blank"&gt;http://www.dutchworks.nl/htbin/hpsysadmin?h=3&amp;amp;dn=45410&amp;amp;q=what%20is%20virtual%20memory&amp;amp;fh&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(The above link may be wrapped on &amp;gt; 1 line in which case you need to paste it back to 1 line first)&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2000 13:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dbc-max-pct-kernel-paramter/m-p/2456862#M12784</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-10-24T13:46:12Z</dc:date>
    </item>
  </channel>
</rss>

