<?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: How to increase shared memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821007#M86555</link>
    <description>Also I am attaching a list of kernel paramter from one of our N class servers which runs 5 Oracel instances with 8.0gb RAM , so this can be some refernce place .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Tue, 08 Oct 2002 14:58:00 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-10-08T14:58:00Z</dc:date>
    <item>
      <title>How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821000#M86548</link>
      <description>What Kernal settings control&lt;BR /&gt;the max size of shared memory&lt;BR /&gt;segments on HP-UX 11.0 ? Getting errors from Oracle:&lt;BR /&gt;ORA-00604:(Unable to allocate 4048 bytes of shared memory). Not sure if this is a UX or Oracle setting that determines the size of shared memory.</description>
      <pubDate>Tue, 08 Oct 2002 14:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821000#M86548</guid>
      <dc:creator>uspfoms</dc:creator>
      <dc:date>2002-10-08T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821001#M86549</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Kernel parameters starting with 'shm' are related to shared memory.  For more information on 11.0, see here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Oct 2002 14:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821001#M86549</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-08T14:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821002#M86550</link>
      <description>&lt;BR /&gt;Its an HP-UX kernel parameter. 2 to be exact, you should bump all both;&lt;BR /&gt;&lt;BR /&gt;shmmax (this is the main one - usually set to some large number in the hundreds of MB or even GB!)&lt;BR /&gt;shmmni (usually set to 1000+)&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 14:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821002#M86550</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-10-08T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821003#M86551</link>
      <description>The parameter is shmmax. However, and especially if you are running 32-bit 11.0 (or 32-bit Oracle) then you may be hitting other constraints like crossing a 1 GB memory boundary called a quadrant. In 64-bit 11.0, you can use memory windows and enable SHMEM_MAGIC using the chatr command to allow a process to span quadrants.  &lt;BR /&gt;&lt;BR /&gt;The other thing that can caise problems is fragmentation of memory. There may simply not be a large enough area to allow a shared memory segment of a given size.&lt;BR /&gt;&lt;BR /&gt;If both the OS and application are 64-bit then essentially all constraints are removed and you are really only limited by shmmax and shmseg.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THe other possible tunanle paramter to check is shmseg - the maximum number of shm segments that can be attached by a single process.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 14:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821003#M86551</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-08T14:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821004#M86552</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is this oracle a 32-bit one?. If so, you are limited to a max size of 1.75 GB for total shared memory. Or depending on the fragmentation done between the Shared Memory Quadrants, you may be getting this error too even if it is less than 1.75. Do an ipcs -mob and calculate the total of all the shared segment sizes owned by 32 bit processes. &lt;BR /&gt;&lt;BR /&gt;If yours is a 64 bit version, then it could be oracle issue itself. I remember my DBA adjusting a parameter sometime back (shared_pool_size)??&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 08 Oct 2002 14:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821004#M86552</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-10-08T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821005#M86553</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062945638" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062945638&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 08 Oct 2002 14:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821005#M86553</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-08T14:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821006#M86554</link>
      <description>Thanks all, I'll try these suggestions.</description>
      <pubDate>Tue, 08 Oct 2002 14:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821006#M86554</guid>
      <dc:creator>uspfoms</dc:creator>
      <dc:date>2002-10-08T14:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821007#M86555</link>
      <description>Also I am attaching a list of kernel paramter from one of our N class servers which runs 5 Oracel instances with 8.0gb RAM , so this can be some refernce place .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 08 Oct 2002 14:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-increase-shared-memory/m-p/2821007#M86555</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-10-08T14:58:00Z</dc:date>
    </item>
  </channel>
</rss>

