<?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: Shared memory max in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max/m-p/2415871#M764733</link>
    <description>Some info on increasing shmmax:&lt;BR /&gt;1) Increasing shmmax will only have an effect on those applications which are &lt;BR /&gt;compiled with SHMEM_MAGIC. Consult your application vendor to see if this is &lt;BR /&gt;the case. If not, the application will need to be relinked as a SHMEM_MAGIC &lt;BR /&gt;executable or else it will not be able to take advantage of shared memory &lt;BR /&gt;segments greater then 1 GB. &lt;BR /&gt;&lt;BR /&gt;2) The limit of shmmax on 10.20 system is 1 GB until patches are installed. &lt;BR /&gt;These patches are PHSS_17903 and PHKL_16751 and any dependencies to these &lt;BR /&gt;patches. These patches have many dependencies. Be sure to resolve them before &lt;BR /&gt;installing.&lt;BR /&gt;&lt;BR /&gt;3) Once the patches are installed, you shmmax value can be increases as high as &lt;BR /&gt;2.75 GB. The shmmax kernel parm in /stand/system is given in bytes. As such the &lt;BR /&gt;largest it could be would be (2.75 GB):&lt;BR /&gt;shmmax 2952790016&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
    <pubDate>Tue, 16 Nov 1999 06:54:13 GMT</pubDate>
    <dc:creator>Jason Luginbuhl_1</dc:creator>
    <dc:date>1999-11-16T06:54:13Z</dc:date>
    <item>
      <title>Shared memory max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max/m-p/2415869#M764731</link>
      <description>I'm trying to help our sybase DBA's to allocate more memory to Sybase. The &lt;BR /&gt;server is a HP9000/K570 running Hp-UX 10.20 for  the GEAC product &lt;BR /&gt;SmartStream,we currently have 4 GB of memory on the machine. I understand the &lt;BR /&gt;shmmax is 1GB, (SAM won't let me go beyond that).I have been told that I can &lt;BR /&gt;modify the /stand/system file to increase the shmmax then do a make kernel but &lt;BR /&gt;I'm not sure of the support issues from the Sybase and GEAC side if something &lt;BR /&gt;goes wrong doing an unsupported process. I have also found info on the Sybase &lt;BR /&gt;web page &lt;A href="http://techinfo.sybase.com/css/techinfo.nsf/DocId/ID=20101" target="_blank"&gt;http://techinfo.sybase.com/css/techinfo.nsf/DocId/ID=20101&lt;/A&gt; &lt;BR /&gt;that says you can add these patches to increase memory.  I have had no success &lt;BR /&gt;in trying to resolve this issue and my knowledge of shared memory segments is &lt;BR /&gt;real limited !!&lt;BR /&gt; Any input and assistance would be greatly appreciated.&lt;BR /&gt;THANKS !&lt;BR /&gt;Ken</description>
      <pubDate>Mon, 08 Nov 1999 14:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max/m-p/2415869#M764731</guid>
      <dc:creator>Ken mooney_2</dc:creator>
      <dc:date>1999-11-08T14:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max/m-p/2415870#M764732</link>
      <description>Even if you can increase shmmax beyond 1G via patch, I'm not so sure you would &lt;BR /&gt;want to. Instead, you should probably take a look at shmmni and shmseg, which &lt;BR /&gt;define  max system-wide identifiers and max segments per process, respectively. &lt;BR /&gt;The default value for shmmni (200) is usually too low for database servers.&lt;BR /&gt;&lt;BR /&gt;You can query your kernel parms with the sysdef command (10.20 &amp;amp; 11.x), or with &lt;BR /&gt;kmtune (11.x).&lt;BR /&gt;&lt;BR /&gt;MrNeil</description>
      <pubDate>Tue, 09 Nov 1999 07:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max/m-p/2415870#M764732</guid>
      <dc:creator>Neil Gast_1</dc:creator>
      <dc:date>1999-11-09T07:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Shared memory max</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max/m-p/2415871#M764733</link>
      <description>Some info on increasing shmmax:&lt;BR /&gt;1) Increasing shmmax will only have an effect on those applications which are &lt;BR /&gt;compiled with SHMEM_MAGIC. Consult your application vendor to see if this is &lt;BR /&gt;the case. If not, the application will need to be relinked as a SHMEM_MAGIC &lt;BR /&gt;executable or else it will not be able to take advantage of shared memory &lt;BR /&gt;segments greater then 1 GB. &lt;BR /&gt;&lt;BR /&gt;2) The limit of shmmax on 10.20 system is 1 GB until patches are installed. &lt;BR /&gt;These patches are PHSS_17903 and PHKL_16751 and any dependencies to these &lt;BR /&gt;patches. These patches have many dependencies. Be sure to resolve them before &lt;BR /&gt;installing.&lt;BR /&gt;&lt;BR /&gt;3) Once the patches are installed, you shmmax value can be increases as high as &lt;BR /&gt;2.75 GB. The shmmax kernel parm in /stand/system is given in bytes. As such the &lt;BR /&gt;largest it could be would be (2.75 GB):&lt;BR /&gt;shmmax 2952790016&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Tue, 16 Nov 1999 06:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shared-memory-max/m-p/2415871#M764733</guid>
      <dc:creator>Jason Luginbuhl_1</dc:creator>
      <dc:date>1999-11-16T06:54:13Z</dc:date>
    </item>
  </channel>
</rss>

