<?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: buffer memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043598#M134865</link>
    <description>Not much I'm afraid. The ideal setting is between 300-400Mb of your total RAM no more. You need to reduce the 'dbc_max_pct' and 'dbc_min_pct' in your kernel. Here's how:&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system&lt;BR /&gt;(make your changes, the number is to be a percentage)&lt;BR /&gt;e.g. 10 is 10 percent, save the file&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;# kmupdate&lt;BR /&gt;# cd /&lt;BR /&gt;# shutdown -r -y now&lt;BR /&gt;&lt;BR /&gt;You can always use SAM if your nor confident.</description>
    <pubDate>Thu, 07 Aug 2003 08:09:20 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-08-07T08:09:20Z</dc:date>
    <item>
      <title>buffer memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043597#M134864</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am looking into the glance. here i am seeing that buffer memory is occuoying a huge portion of physical ram. What is the use of that.</description>
      <pubDate>Thu, 07 Aug 2003 07:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043597#M134864</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2003-08-07T07:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: buffer memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043598#M134865</link>
      <description>Not much I'm afraid. The ideal setting is between 300-400Mb of your total RAM no more. You need to reduce the 'dbc_max_pct' and 'dbc_min_pct' in your kernel. Here's how:&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# vi system&lt;BR /&gt;(make your changes, the number is to be a percentage)&lt;BR /&gt;e.g. 10 is 10 percent, save the file&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;# kmupdate&lt;BR /&gt;# cd /&lt;BR /&gt;# shutdown -r -y now&lt;BR /&gt;&lt;BR /&gt;You can always use SAM if your nor confident.</description>
      <pubDate>Thu, 07 Aug 2003 08:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043598#M134865</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-07T08:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: buffer memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043599#M134866</link>
      <description>Think this will help,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0d80bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0d80bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 07 Aug 2003 08:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043599#M134866</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-08-07T08:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: buffer memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043600#M134867</link>
      <description>It depends what 'huge portion' means. If its of a size &amp;gt;400MB then its too large - its actually slowing down performance. But leaving it at around 3-400MB is fine as it caches i/o to disk which improves performance.&lt;BR /&gt;&lt;BR /&gt;You can set it using dbc_min_pct and dbc_max_pct. eg, if your server has 2GB of RAM then set dbc_min_pct to say 10 (%) and dbc_max_pct to 20 (%) which will limit your cache to between 200-400MB which is fine. If you still run out of memory then reduce it even further - better for performance to have some memory free than a buffer cache of even 2-400MB !&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2003 08:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043600#M134867</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-08-07T08:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: buffer memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043601#M134868</link>
      <description>Hi,&lt;BR /&gt;it is used for the caching of files.&lt;BR /&gt;&lt;BR /&gt;It is mainly controlled by the&lt;BR /&gt;&lt;BR /&gt;dbc_min_pct&lt;BR /&gt;and&lt;BR /&gt;dbc_max_pct &lt;BR /&gt;&lt;BR /&gt;kernel parameters. They specify the % of RAM to use for buffering. Usually 400M must be enough.&lt;BR /&gt;&lt;BR /&gt;For oracle installation&lt;BR /&gt;dbc_min_pct 2&lt;BR /&gt;dbc_max_pct 8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check also kernel parameters&lt;BR /&gt;ninode&lt;BR /&gt;vx_ninode&lt;BR /&gt;&lt;BR /&gt;rule of thumb should be vx_ninode=90%*ninode&lt;BR /&gt;&lt;BR /&gt;and ninode not more than 4000.&lt;BR /&gt;&lt;BR /&gt;These are cache for inodes in the kernel, and values of 0 can lead to memory leak.&lt;BR /&gt;&lt;BR /&gt;     Massimo</description>
      <pubDate>Thu, 07 Aug 2003 08:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043601#M134868</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-08-07T08:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: buffer memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043602#M134869</link>
      <description>Hi,&lt;BR /&gt;Another, to make "dbc_max_pct" &amp;amp; "dbc_min_pct" take effect(enable dynamic buffer cache), you should set the kernel parameters "bufpages" &amp;amp; "nbuf" to zero!&lt;BR /&gt;&lt;BR /&gt;-ux&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2003 08:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/buffer-memory/m-p/3043602#M134869</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2003-08-07T08:29:33Z</dc:date>
    </item>
  </channel>
</rss>

