<?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: Continuation of Shared Memory thread in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926472#M409110</link>
    <description>shmmax can be altered dynamically (the Y under Dyn) without rebuilding the kernel. Of course if you want a permanent change, you would rebuild the kernel. SAM and kmtune use the settune() system call to change shmmax.</description>
    <pubDate>Thu, 15 Sep 2005 10:11:18 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-09-15T10:11:18Z</dc:date>
    <item>
      <title>Continuation of Shared Memory thread</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926471#M409109</link>
      <description>I received some good answers on this yesterday and now a followup.&lt;BR /&gt;&lt;BR /&gt;My Sybase DBA's say they are only interested in increasing the shmmax parameter in the kernel, right now it is setting at 536,870,912 and this was set when we had 2g of system memory and now we have 4gig of system memory.  They say that I should reset it to the max of 4,294,967,296.  Would this be OK to do and what is the meaning of Y below the Dyn,  I still have to rebuild the kernel and reboot the system for the change to take place is this correct. &lt;BR /&gt;&lt;BR /&gt;Parameter             Current Dyn Planned    &lt;BR /&gt;=============================================&lt;BR /&gt;shmmax              536870912  Y  536870912&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 10:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926471#M409109</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-09-15T10:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Continuation of Shared Memory thread</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926472#M409110</link>
      <description>shmmax can be altered dynamically (the Y under Dyn) without rebuilding the kernel. Of course if you want a permanent change, you would rebuild the kernel. SAM and kmtune use the settune() system call to change shmmax.</description>
      <pubDate>Thu, 15 Sep 2005 10:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926472#M409110</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-15T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Continuation of Shared Memory thread</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926473#M409111</link>
      <description>e.g.&lt;BR /&gt;&lt;BR /&gt;kmtune -s shmmax=xxx&lt;BR /&gt;kmtune -u shmmax&lt;BR /&gt;&lt;BR /&gt;Dynamically updates shmmax w/out rebuilding the kernel or rebooting.&lt;BR /&gt;&lt;BR /&gt;Check it using&lt;BR /&gt;&lt;BR /&gt;kmtune -l -q shmmax&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 10:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926473#M409111</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-15T10:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Continuation of Shared Memory thread</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926474#M409112</link>
      <description>We run Informix but the idea is the same, I suspect.  Our shmmax is set to 4,294,967,296 with no ill effects at all.  The DB likes to have all that room to work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 15 Sep 2005 10:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926474#M409112</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-09-15T10:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Continuation of Shared Memory thread</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926475#M409113</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Why shmmax has nothing to do with how much memory you have on the system. It only has to do how much shared memory you can allocte but if a database need 4 gig of shared memory there is something wrong with the database or the database is to big and you have to consider to go to another database like oracle. and keep in mind that you can't allocted all the memory for shared.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2005 10:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926475#M409113</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-09-15T10:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Continuation of Shared Memory thread</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926476#M409114</link>
      <description>Yes, it would probably be OK to set it to that. &lt;BR /&gt;&lt;BR /&gt;This doesn't stop them from snagging all the memmory in the box - it just determines how large the largest single segment can be.  This generally helps databases run more efficiently than having their managed memory areas cut up all over the place.&lt;BR /&gt;&lt;BR /&gt;Hopefully though - they won't take this to mean that they can allocate 4G of shared memory, singly, or in pieces.</description>
      <pubDate>Thu, 15 Sep 2005 10:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926476#M409114</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-09-15T10:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Continuation of Shared Memory thread</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926477#M409115</link>
      <description>Thanks guys as always you have come through quickly and with a lot of good opinions and you always have help this old guy...</description>
      <pubDate>Thu, 15 Sep 2005 10:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/continuation-of-shared-memory-thread/m-p/4926477#M409115</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-09-15T10:30:25Z</dc:date>
    </item>
  </channel>
</rss>

