<?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: SWAP SIze For  oracle Database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618589#M925409</link>
    <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;you may want to take a look at the thread below,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/11i/mem_mgt.html&amp;amp;searchterms=swap%7cwhite%7cpaper&amp;amp;queryid=20011121-110212" target="_blank"&gt;http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/11i/mem_mgt.html&amp;amp;searchterms=swap%7cwhite%7cpaper&amp;amp;queryid=20011121-110212&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Nov 2001 18:59:16 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-11-21T18:59:16Z</dc:date>
    <item>
      <title>SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618584#M925404</link>
      <description>The oracle suggest the the swap size should be 2 time the physical memory of the server. My server has 8 GB of Memory. DO I really need 16 GB of swap or 6 GB are enough?</description>
      <pubDate>Wed, 21 Nov 2001 18:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618584#M925404</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2001-11-21T18:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618585#M925405</link>
      <description>Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.oracle.com/database_mp.html" target="_blank"&gt;http://docs.oracle.com/database_mp.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;We have V-Class with 12 GB of RAM and almost 24 GB of swap - but this was mainly due to SAP requirement.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 21 Nov 2001 18:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618585#M925405</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2001-11-21T18:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618586#M925406</link>
      <description>Everything you want to know about swap ..&lt;BR /&gt;(see attached doc)</description>
      <pubDate>Wed, 21 Nov 2001 18:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618586#M925406</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-21T18:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618587#M925407</link>
      <description>George,&lt;BR /&gt;I have an Oracle database running on a N with 8GB Physical 8GB Swap.  I think the important thing is the SGA (System Global Area) that your DBA assigns to oracle. That will affect the memory more than if you double the size of Physical memory for swap.&lt;BR /&gt;&lt;BR /&gt;Just my thoughts.&lt;BR /&gt;C</description>
      <pubDate>Wed, 21 Nov 2001 18:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618587#M925407</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-11-21T18:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618588#M925408</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In general, if you have an Oracle server that is swapping more than just a little then your performance is going to be poor. Do a vmstat and look at the 'po' (Page Outs) columns. Ideally that number should be zero indicating no swap outs. Depending upon the OS version, 8GB may well be enough memory so that your machine never swaps. In that case you can get by with only a small amount of primary swap (e.g. 512 MB) and with swapmem_on=1 to enable pseudo-swap. &lt;BR /&gt;&lt;BR /&gt;The old rule of 2-3x (4-6x if mirrored) memory for swap very seldom applies these days. It is especially bad to buy that much disk that you are never going to use. I do suggest that you mirror your swap. My favorite way to do this is a small amount of primary swap, about 1.5x memory of filesystem swap at very low priority. The filesystem swap is just there as a safety net and does not consume filesystem space unless actually needed. I then configure a 1x memory size of dump area that is not mirrored. &lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Wed, 21 Nov 2001 18:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618588#M925408</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-21T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618589#M925409</link>
      <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;you may want to take a look at the thread below,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/11i/mem_mgt.html&amp;amp;searchterms=swap%7cwhite%7cpaper&amp;amp;queryid=20011121-110212" target="_blank"&gt;http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/11i/mem_mgt.html&amp;amp;searchterms=swap%7cwhite%7cpaper&amp;amp;queryid=20011121-110212&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 18:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618589#M925409</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-21T18:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618590#M925410</link>
      <description>Hi&lt;BR /&gt;First:&lt;BR /&gt;You do NOT want your Oracle SGA to begin swaping as this seriously affects performance.&lt;BR /&gt;&lt;BR /&gt;As a result from this you'll never need swap space when running a plain database server. (Other applications on the same machine might though!)&lt;BR /&gt;&lt;BR /&gt;Therefore it is a waste to have to configure twice the ammount of swap.&lt;BR /&gt;The swap requirement comes from the fact that every process reqires swapspace to be able to start (even if it is not going to use it)&lt;BR /&gt;&lt;BR /&gt;To resolve this you should set up pseudo swap on your system. This is done by setting kernel variable swapmem_on to "1".&lt;BR /&gt;&lt;BR /&gt;This enables a process to allocate up to 75 % more swap space than there is infact on the system.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Andreas</description>
      <pubDate>Thu, 22 Nov 2001 13:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618590#M925410</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-11-22T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: SWAP SIze For  oracle Database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618591#M925411</link>
      <description>By setting the swapmem_on = 1 will get 75% more swap it this good? &lt;BR /&gt;Is there a parameter in init.ora where locks the SGA in Memory?&lt;BR /&gt;The SGA size is 1.3 GB what parameters should I check in KERNEL in order to check if the SGA can feet to memory and npt swapped?</description>
      <pubDate>Thu, 22 Nov 2001 17:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swap-size-for-oracle-database/m-p/2618591#M925411</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2001-11-22T17:45:09Z</dc:date>
    </item>
  </channel>
</rss>

