<?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: What does the kernel parameter shmmax do ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144837#M156178</link>
    <description>This will be helpful document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.ShMmax.html&amp;amp;searchterms=shmmax&amp;amp;queryid=20031215-084535" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.ShMmax.html&amp;amp;searchterms=shmmax&amp;amp;queryid=20031215-084535&lt;/A&gt;</description>
    <pubDate>Mon, 15 Dec 2003 10:48:15 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2003-12-15T10:48:15Z</dc:date>
    <item>
      <title>What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144832#M156173</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;What does the shmmax parameter do in HPUX 11.0 ?&lt;BR /&gt;&lt;BR /&gt;If w have a system with 2Gb memory should we set this parameter to 0x80000000 ?&lt;BR /&gt;&lt;BR /&gt;Kl@@s</description>
      <pubDate>Mon, 15 Dec 2003 10:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144832#M156173</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2003-12-15T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144833#M156174</link>
      <description>specifies system wide maximum allowable shared memory segment size&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;John.</description>
      <pubDate>Mon, 15 Dec 2003 10:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144833#M156174</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2003-12-15T10:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144834#M156175</link>
      <description>Klaas,&lt;BR /&gt;&lt;BR /&gt;From SAM's help on Kernel Configurable Parameters:&lt;BR /&gt;&lt;BR /&gt;"shmmax defines the system-wide maximum allowable shared memory&lt;BR /&gt; segment size in bytes. Any shmget() system call that requests a&lt;BR /&gt; segment larger than this limit returns an error (see shmget(2)). &lt;BR /&gt;&lt;BR /&gt; Setting this value to 0x7fffffff has the effect of disabling this limit,&lt;BR /&gt; allowing the operating system to impose its own hard limit for shared&lt;BR /&gt; memory. "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 15 Dec 2003 10:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144834#M156175</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-12-15T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144835#M156176</link>
      <description>specifies system wide maximum allowable shared memory segment size &lt;BR /&gt;&lt;BR /&gt;checkout /etc/conf/master.d/* files for default values.&lt;BR /&gt;you cannot increase the value to more than the maximum avaiable swap space.&lt;BR /&gt;&lt;BR /&gt;I think you also need to rebuild the kernel if you change this value.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;John.</description>
      <pubDate>Mon, 15 Dec 2003 10:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144835#M156176</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2003-12-15T10:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144836#M156177</link>
      <description>Hi Kl@@s,&lt;BR /&gt;&lt;BR /&gt;It defines the largest shared memory request an application can make in a single request.&lt;BR /&gt;&lt;BR /&gt;You should set the parm to the largest anticipated request application(s) will ever make.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 15 Dec 2003 10:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144836#M156177</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-15T10:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144837#M156178</link>
      <description>This will be helpful document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.ShMmax.html&amp;amp;searchterms=shmmax&amp;amp;queryid=20031215-084535" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.ShMmax.html&amp;amp;searchterms=shmmax&amp;amp;queryid=20031215-084535&lt;/A&gt;</description>
      <pubDate>Mon, 15 Dec 2003 10:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144837#M156178</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-12-15T10:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144838#M156179</link>
      <description>Klaas&lt;BR /&gt;&lt;BR /&gt;You need to look here.&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.ShMmax.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.ShMmax.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;0x80000000 is too high a value, unless you want all your physical memory to be allocated to shared memory.&lt;BR /&gt;Here we have shmmax 0X40000000, which is quite generous, but then we run Oracle...&lt;BR /&gt;&lt;BR /&gt;-- Graham&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 10:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144838#M156179</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-12-15T10:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144839#M156180</link>
      <description>shmmax on my machine is set to: &lt;BR /&gt;&lt;BR /&gt;/grep -i shmmax /stand/system&lt;BR /&gt;/shmmax          0X100000000&lt;BR /&gt;&lt;BR /&gt;The function of shmmax is the maximum ammount of shared memory that the system will allocate.  This becomes primarily important for database implementation, and preformance tuning. Large apps that require memory areas dedicated to them (ORACLE, INFORMIX, SYBASE, INGRESS,etc). This doesn't even get to where the applications that require memory contiguity are concerned. Many applications that require contiguous memory blocks will used shared memory.</description>
      <pubDate>Mon, 15 Dec 2003 11:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144839#M156180</guid>
      <dc:creator>Tim Sanko</dc:creator>
      <dc:date>2003-12-15T11:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144840#M156181</link>
      <description>Is it so that the ideal value of shmmax is a bit more, say 100 Mb, than the setting of the largest SGA of an oracle 8.1.7 instance ?&lt;BR /&gt;And you have to take in mind that our system has 7 oracle 8.1.7 instances running simultanious and also we have other applications like c-isam and forms ?&lt;BR /&gt;&lt;BR /&gt;Or is this thought wrong and is there a manual or document to calculate this value ?&lt;BR /&gt;&lt;BR /&gt;Kl@@s</description>
      <pubDate>Mon, 15 Dec 2003 11:33:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144840#M156181</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2003-12-15T11:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144841#M156182</link>
      <description>Hi (again) Kl@@S,&lt;BR /&gt;&lt;BR /&gt;Yes, that's a good start. You will need a little extra for the non-oracle app needs.&lt;BR /&gt;I'd think a good starting point would be 110% of the SGA - depending on it's size. If it big i.e. +2GB or more then you may get by with 105%. But if it's small i.e. 500GB, you may want 120% or more.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 15 Dec 2003 11:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144841#M156182</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-12-15T11:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144842#M156183</link>
      <description>Is it possible to measure how manny sheared memory is requested by an application ?&lt;BR /&gt;&lt;BR /&gt;Kl@@s</description>
      <pubDate>Tue, 16 Dec 2003 06:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144842#M156183</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2003-12-16T06:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144843#M156184</link>
      <description>use "ipcs -ma", and look in the CPID column, this is the PID of the process which created the shared memory segment.&lt;BR /&gt;If you see the same CPID in more than one row, then that process as created each segment.&lt;BR /&gt;&lt;BR /&gt;"man ipcs" for more.&lt;BR /&gt;&lt;BR /&gt;-- Graham&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2003 06:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144843#M156184</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-12-16T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144844#M156185</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can get this using the InterProcess Communications Suite &lt;BR /&gt;&lt;BR /&gt;checkout man pages on ipcs for different options&lt;BR /&gt;&lt;BR /&gt;:-) John.</description>
      <pubDate>Tue, 16 Dec 2003 06:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144844#M156185</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2003-12-16T06:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144845#M156186</link>
      <description>Now to be sure:&lt;BR /&gt;&lt;BR /&gt;Should the shmmax parameter be set to 120% of the biggest requested segment size or should it be set to 120% of the sum of all segment sizes.&lt;BR /&gt;&lt;BR /&gt;And with the segment size i mean the segment size reported with ipcs -ma.&lt;BR /&gt;&lt;BR /&gt;And how do the other shm* parameters relate to these findings ?&lt;BR /&gt;Or am i asking to much ??&lt;BR /&gt;&lt;BR /&gt;Kl@@s</description>
      <pubDate>Tue, 16 Dec 2003 07:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144845#M156186</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2003-12-16T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144846#M156187</link>
      <description>Hi again&lt;BR /&gt;&lt;BR /&gt;I would start by increasing it to 120% of the sum of teh related segment sizes.&lt;BR /&gt;&lt;BR /&gt;I have a book hpux 11i sys admin by prentice hall which explains all about these kernel parameters and buillding the kernel well worth purchasing.  ISBN 0-13-060081-4&lt;BR /&gt;&lt;BR /&gt;:-) John.</description>
      <pubDate>Tue, 16 Dec 2003 07:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144846#M156187</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2003-12-16T07:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144847#M156188</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;sorry not sum but 120% of prsent system value . default is i belive 64 so increase to 76.&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Tue, 16 Dec 2003 07:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144847#M156188</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2003-12-16T07:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: What does the kernel parameter shmmax do ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144848#M156189</link>
      <description>shmmax should be set to &amp;gt;= 100 % of the biggest segment you want.&lt;BR /&gt;&lt;BR /&gt;Other parameters:&lt;BR /&gt;&lt;BR /&gt;shmmni - Maximum number of shared memory segments allowed on the system at any given time.&lt;BR /&gt;&lt;BR /&gt;shmseg - Maximum number of shared memory segments that can be attached simultaneously to any given process&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Follow this link to a full description of them all...&lt;BR /&gt;&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;-- Graham</description>
      <pubDate>Tue, 16 Dec 2003 07:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-does-the-kernel-parameter-shmmax-do/m-p/3144848#M156189</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-12-16T07:58:16Z</dc:date>
    </item>
  </channel>
</rss>

