<?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: Memory upgrade in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945439#M114580</link>
    <description>Michael is absolutely right about dbc_max_pct, allocating more than 300-400 MB for buffer cache can negatively impact the performance.&lt;BR /&gt;There may be a whole bunch of parameters related to app/DB tuning, such as semaphores, shared memory, etc (after all I'm assuming you bought more memory to be able to support more users, more DBs/apps or maybe improve apps performance). &lt;BR /&gt;And don't forget to add more swap...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ovid.</description>
    <pubDate>Wed, 09 Apr 2003 04:07:39 GMT</pubDate>
    <dc:creator>Ovid Saveluc</dc:creator>
    <dc:date>2003-04-09T04:07:39Z</dc:date>
    <item>
      <title>Memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945434#M114575</link>
      <description>We have a L2000 with 1 gig,&lt;BR /&gt;and we want to upgrade it to 3 gigs,&lt;BR /&gt;&lt;BR /&gt;What kernel parameters we have to change?</description>
      <pubDate>Mon, 07 Apr 2003 19:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945434#M114575</guid>
      <dc:creator>Claude Fortin</dc:creator>
      <dc:date>2003-04-07T19:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945435#M114576</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;No changes are absolutely required.  A better question would be what limitations (i.e errors reported) have you already encountered?  A posting of your current configuration ('kmtune -l') along with a description of your server's function (e.g. database engine, mail server, etc.) might would lead to a better answer.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 07 Apr 2003 19:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945435#M114576</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-07T19:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945436#M114577</link>
      <description>The only change I would look at, and this is of course after the installation of your additional RAM would to be to look at your buffer cache usage. As a guide this should end up being around 300Mb. So utilising this as a percentage which is how the kernel sees it you should have your buffer cache setting at 10%&lt;BR /&gt;The kernel parameter is 'dbc_max_pct' and the minimum, setting could be 2%, 'dbc_min_pct'</description>
      <pubDate>Mon, 07 Apr 2003 23:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945436#M114577</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-07T23:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945437#M114578</link>
      <description>Note your nfile, nproc, ninode and maxusers parameters.&lt;BR /&gt;&lt;BR /&gt;A very nice, yet complex, white paper appears under /usr/share/docs/mem_mgt.txt which discusses kernel parameters as related to physical memory.  Also note the swap discussion.&lt;BR /&gt;&lt;BR /&gt;This link had a lot to say and also brought up dbc_max_pct and dbc_min_pct concerns:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x155e87dc4d7dd5118ff00090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x155e87dc4d7dd5118ff00090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 08 Apr 2003 04:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945437#M114578</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-08T04:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945438#M114579</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No need to change any kernel parameters for RAM upgrade</description>
      <pubDate>Tue, 08 Apr 2003 04:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945438#M114579</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-04-08T04:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory upgrade</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945439#M114580</link>
      <description>Michael is absolutely right about dbc_max_pct, allocating more than 300-400 MB for buffer cache can negatively impact the performance.&lt;BR /&gt;There may be a whole bunch of parameters related to app/DB tuning, such as semaphores, shared memory, etc (after all I'm assuming you bought more memory to be able to support more users, more DBs/apps or maybe improve apps performance). &lt;BR /&gt;And don't forget to add more swap...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Ovid.</description>
      <pubDate>Wed, 09 Apr 2003 04:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-upgrade/m-p/2945439#M114580</guid>
      <dc:creator>Ovid Saveluc</dc:creator>
      <dc:date>2003-04-09T04:07:39Z</dc:date>
    </item>
  </channel>
</rss>

