<?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 setting shmmax in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100878#M146852</link>
    <description>I have a new/used rp7400.  It has 6 gig of mem ver 11.11.  getconf KERNEL_BITS returns 64.&lt;BR /&gt;&lt;BR /&gt;I tried to set shmmax to 1.6 gig with a value of 0x60000000 and SAM generated an error:&lt;BR /&gt;The value specified for tunable parameter "shmmax", "0x60000000", evaluates to "1610612736" which is more than the maximum allowed value of "1073741824".&lt;BR /&gt;&lt;BR /&gt;I have an 11.00 set to 0x6000000 1.6 gig, so what needs to be done to increase the shared mem max value?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Doug</description>
    <pubDate>Thu, 23 Oct 2003 11:15:32 GMT</pubDate>
    <dc:creator>Doug_3</dc:creator>
    <dc:date>2003-10-23T11:15:32Z</dc:date>
    <item>
      <title>setting shmmax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100878#M146852</link>
      <description>I have a new/used rp7400.  It has 6 gig of mem ver 11.11.  getconf KERNEL_BITS returns 64.&lt;BR /&gt;&lt;BR /&gt;I tried to set shmmax to 1.6 gig with a value of 0x60000000 and SAM generated an error:&lt;BR /&gt;The value specified for tunable parameter "shmmax", "0x60000000", evaluates to "1610612736" which is more than the maximum allowed value of "1073741824".&lt;BR /&gt;&lt;BR /&gt;I have an 11.00 set to 0x6000000 1.6 gig, so what needs to be done to increase the shared mem max value?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Doug</description>
      <pubDate>Thu, 23 Oct 2003 11:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100878#M146852</guid>
      <dc:creator>Doug_3</dc:creator>
      <dc:date>2003-10-23T11:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: setting shmmax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100879#M146853</link>
      <description>You need to apply patch PHKL_24032.</description>
      <pubDate>Thu, 23 Oct 2003 11:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100879#M146853</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-23T11:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: setting shmmax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100880#M146854</link>
      <description>Just a note on shmmax&lt;BR /&gt;&lt;BR /&gt;Any setting higher than 25% of total memory will be ignored.&lt;BR /&gt;&lt;BR /&gt;System memory is defined as memory plus swap.&lt;BR /&gt;&lt;BR /&gt;Take a look at this doc:&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1066926347501+28353475&amp;amp;searchCrit=allwords" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/search.do?category=c0&amp;amp;docType=Security&amp;amp;docType=Patch&amp;amp;docType=EngineerNotes&amp;amp;docType=BugReports&amp;amp;docType=Hardware&amp;amp;docType=ReferenceMaterials&amp;amp;docType=ThirdParty&amp;amp;searchString=UPERFKBAN00000726&amp;amp;search.y=8&amp;amp;search.x=28&amp;amp;mode=id&amp;amp;admit=-1335382922+1066926347501+28353475&amp;amp;searchCrit=allwords&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Oct 2003 11:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100880#M146854</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-23T11:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: setting shmmax</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100881#M146855</link>
      <description>Doug,&lt;BR /&gt;The following parameters control allocation of space for shared memory:&lt;BR /&gt;shmem &lt;BR /&gt;(Series 700 only). Enable or disable shared memory at system boot time.&lt;BR /&gt;shmmax &lt;BR /&gt;Maximum allowable shared memory segment size (in bytes).&lt;BR /&gt;shmmni &lt;BR /&gt;Maximum number of shared memory segments allowed on the system at any given time.&lt;BR /&gt;shmseg &lt;BR /&gt;Maximum number of shared memory segments that can be attached simultaneously to any given process.&lt;BR /&gt; &lt;BR /&gt;Here documentation&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.SharedMemParmsList.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.SharedMemParmsList.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Bruno</description>
      <pubDate>Thu, 23 Oct 2003 11:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-shmmax/m-p/3100881#M146855</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2003-10-23T11:46:07Z</dc:date>
    </item>
  </channel>
</rss>

