<?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 Maximum shared memory? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868447#M97780</link>
    <description>We have a SAP system, well several actually.  On an A-class with 1GB RAM, SAP insist that shmmax is set to 1GB.  Is this wise?  I realise that just because you CAN allocate 1GB of shared memory, you don't have to.&lt;BR /&gt;&lt;BR /&gt;But am I right in thinking 1) shared memory cannot be paged out 2) allocating as much shared memory (or more) than physical memory can lead to application failure and/or kernel panics?</description>
    <pubDate>Fri, 20 Dec 2002 09:49:19 GMT</pubDate>
    <dc:creator>Martin Robinson</dc:creator>
    <dc:date>2002-12-20T09:49:19Z</dc:date>
    <item>
      <title>Maximum shared memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868447#M97780</link>
      <description>We have a SAP system, well several actually.  On an A-class with 1GB RAM, SAP insist that shmmax is set to 1GB.  Is this wise?  I realise that just because you CAN allocate 1GB of shared memory, you don't have to.&lt;BR /&gt;&lt;BR /&gt;But am I right in thinking 1) shared memory cannot be paged out 2) allocating as much shared memory (or more) than physical memory can lead to application failure and/or kernel panics?</description>
      <pubDate>Fri, 20 Dec 2002 09:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868447#M97780</guid>
      <dc:creator>Martin Robinson</dc:creator>
      <dc:date>2002-12-20T09:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum shared memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868448#M97781</link>
      <description>Here you can find some infos to shared memory:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.ShMem.html&amp;amp;searchterms=shmem&amp;amp;queryid=20021220-040230" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.ShMem.html&amp;amp;searchterms=shmem&amp;amp;queryid=20021220-040230&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Armin</description>
      <pubDate>Fri, 20 Dec 2002 11:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868448#M97781</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2002-12-20T11:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum shared memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868449#M97782</link>
      <description>Hi Martin,&lt;BR /&gt;&lt;BR /&gt;yes your right,&lt;BR /&gt;&lt;BR /&gt;1) shared memory cannot paged out&lt;BR /&gt;2) if an application needs more shared memory as available the application start failes&lt;BR /&gt;&lt;BR /&gt;If your system has 1 GB RAM, there is no need to size shmmax to 1GB, cause the theoretic maximum is (1GB - Size of Buffercache - Size of Kernelstructures)&lt;BR /&gt;&lt;BR /&gt;have fun&lt;BR /&gt;Claus</description>
      <pubDate>Sat, 21 Dec 2002 09:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868449#M97782</guid>
      <dc:creator>Rammig Claus</dc:creator>
      <dc:date>2002-12-21T09:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum shared memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868450#M97783</link>
      <description>Shared memory is subject to severe limitations for 32bit application programs. The maximum addressable shared memory area is slightly less than 1000megs. BUT: this area is shared with memory mapped files, shared libraries and other programs that use shared memory.&lt;BR /&gt;&lt;BR /&gt;The kernel parameter shmmax controls the maximum size of a shared memory area and is simply a fence to prevent bad programs from grabbing too much memory. By changing the way you link your application programs, apps can request memory up to 1750megs.&lt;BR /&gt;&lt;BR /&gt;Now all these limits apply *only* to 32bit programs. 64bit programs have no practical limits (shared memory up to 8,000Gbytes). But, 1Gb is *way* too small to run SAP with any reasonable performance. The minimum system RAM should be 4Gb. Allocating most of RAM to shared memory will not cause a kernel panic, but all the applications will be paging (swapping) constantly resulting in 50-100x performance degradation. For SAP and Oracle, small memory systems will be severely crippled.</description>
      <pubDate>Sat, 21 Dec 2002 14:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868450#M97783</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-12-21T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum shared memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868451#M97784</link>
      <description>&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x022718276953d61190040090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x022718276953d61190040090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sat, 21 Dec 2002 17:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868451#M97784</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-12-21T17:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum shared memory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868452#M97785</link>
      <description>&amp;gt; 1) shared memory cannot paged out &lt;BR /&gt;&lt;BR /&gt;Just for the record: Shared Memory *can* be paged out. Perhaps Shared Memory *used by SAP* can not be paged out, but in general, Shared Memory can be paged out. For details, see the SHM_LOCK and SHM_UNLOCK commands of shmctl(2).</description>
      <pubDate>Mon, 23 Dec 2002 10:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-shared-memory/m-p/2868452#M97785</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-12-23T10:50:29Z</dc:date>
    </item>
  </channel>
</rss>

