<?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: Setting a Kernel Parameter for Oracle 9i in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678485#M52601</link>
    <description>The link to the documentation really helped. I'm sure that by "available memory" they mean "available swap space", which on my system defaults to 1GB. &lt;BR /&gt;&lt;BR /&gt;So I'll change MAXSWAPCHUNKS from the default of 256 to 512, which is half of 1024Mb.&lt;BR /&gt;&lt;BR /&gt;My current value of 4096 was probably set when I selected the "DB Server System" from "Tuned Kernel Paramter Sets" in SAM.</description>
    <pubDate>Fri, 08 Mar 2002 20:13:38 GMT</pubDate>
    <dc:creator>Tom Kreimer</dc:creator>
    <dc:date>2002-03-08T20:13:38Z</dc:date>
    <item>
      <title>Setting a Kernel Parameter for Oracle 9i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678479#M52595</link>
      <description>The setup for Oracle 9i wants me to set MAXSWAPCHUNKS to (available memory)/2. &lt;BR /&gt;&lt;BR /&gt;Available memory is not a variable I can use in a formulat (like NPROC + 2), so what statistic to I use?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2002 22:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678479#M52595</guid>
      <dc:creator>Tom Kreimer</dc:creator>
      <dc:date>2002-03-07T22:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Kernel Parameter for Oracle 9i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678480#M52596</link>
      <description>Hi Tom,&lt;BR /&gt;&lt;BR /&gt;Looks like what is required is that if the RAM on your System is 4GB, you should set the parameter to 2GB.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2002 22:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678480#M52596</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-07T22:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Kernel Parameter for Oracle 9i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678481#M52597</link>
      <description>Sounds good. I was thrown by the word "available". I though that maybe it ment total memory minus some amount used.</description>
      <pubDate>Fri, 08 Mar 2002 17:01:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678481#M52597</guid>
      <dc:creator>Tom Kreimer</dc:creator>
      <dc:date>2002-03-08T17:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Kernel Parameter for Oracle 9i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678482#M52598</link>
      <description>maxswapchunks isn't in units of bytes --&lt;BR /&gt;and 2Gb is _way_ out of range for it anyway.&lt;BR /&gt;&lt;BR /&gt;The important thing is that your _swap space_&lt;BR /&gt;is a certain value. swap_space = maxswapchunks * swchunk * &lt;DEVICE_BLOCK_SIZE --=""&gt; usually 1Kb&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Most people recommend leaving swchunk alone unless you absolutely have to, especially if you want to do interleaving between devices with equal priority, and I tend to agree with them. So, if this is 11.11, swchunk is 2048 blocks -- so your swap space is maxswapchunks * 2Mb... which sounds linke what Oracle meant now that I do the math. :)&lt;BR /&gt;&lt;BR /&gt;At any rate - if you want 4Gb of swap, then maxswapchunks should be set to 2 * 1024 = 2048 (units of chunks).&lt;BR /&gt;&lt;BR /&gt;Don Morris&lt;/DEVICE_BLOCK_SIZE&gt;</description>
      <pubDate>Fri, 08 Mar 2002 18:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678482#M52598</guid>
      <dc:creator>Don Morris_1</dc:creator>
      <dc:date>2002-03-08T18:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Kernel Parameter for Oracle 9i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678483#M52599</link>
      <description>This is 11.00 and SWCHUNK is indeed 2048, which is two 1Kb blocks I guess.&lt;BR /&gt;&lt;BR /&gt;So if Oracle wants me to have a swap space equal to my available memory, I just divide available memory by 2 for MAXSWAPCHUNKS.&lt;BR /&gt;&lt;BR /&gt;But what is "available" memory. Is it the same as physical memory (512Mb - This is a development system)?&lt;BR /&gt;&lt;BR /&gt;Is it physical memory - system memory - user memory - chache memory (= free memory, currently  258.9Mb on my system) but isn't this a moving number?&lt;BR /&gt;&lt;BR /&gt;The unit of value is not specified (most say Bytes), so I'm guess Kb here.&lt;BR /&gt;&lt;BR /&gt;The current value is 4096, which is much lower than 512 *1024/2 = 262,144</description>
      <pubDate>Fri, 08 Mar 2002 18:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678483#M52599</guid>
      <dc:creator>Tom Kreimer</dc:creator>
      <dc:date>2002-03-08T18:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Kernel Parameter for Oracle 9i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678484#M52600</link>
      <description>I would just use the total amount of memory in the machine.  I wouldn't try to calculate the "available".  That would bee too difficult, and, as you said, a moving target.&lt;BR /&gt;&lt;BR /&gt;For definitive information on how to calculate you maximum amount of swap with the maxswapchunks parameter have a look at this page:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxSwapChunks.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxSwapChunks.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 19:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678484#M52600</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-03-08T19:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a Kernel Parameter for Oracle 9i</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678485#M52601</link>
      <description>The link to the documentation really helped. I'm sure that by "available memory" they mean "available swap space", which on my system defaults to 1GB. &lt;BR /&gt;&lt;BR /&gt;So I'll change MAXSWAPCHUNKS from the default of 256 to 512, which is half of 1024Mb.&lt;BR /&gt;&lt;BR /&gt;My current value of 4096 was probably set when I selected the "DB Server System" from "Tuned Kernel Paramter Sets" in SAM.</description>
      <pubDate>Fri, 08 Mar 2002 20:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-kernel-parameter-for-oracle-9i/m-p/2678485#M52601</guid>
      <dc:creator>Tom Kreimer</dc:creator>
      <dc:date>2002-03-08T20:13:38Z</dc:date>
    </item>
  </channel>
</rss>

