<?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: redht 7.2 increase shared memory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213069#M10558</link>
    <description>Cheers Guys&lt;BR /&gt;&lt;BR /&gt;The penny dropped !&lt;BR /&gt;&lt;BR /&gt;/etc/sysctl.conf&lt;BR /&gt;&lt;BR /&gt;Add new value&lt;BR /&gt;&lt;BR /&gt;kernel.shmax=&lt;VALUE&gt; &lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;&lt;BR /&gt;sysctl -p&lt;BR /&gt;&lt;BR /&gt;Where are the system default values held though ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Ste&lt;/VALUE&gt;</description>
    <pubDate>Tue, 09 Mar 2004 07:55:51 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2004-03-09T07:55:51Z</dc:date>
    <item>
      <title>redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213064#M10553</link>
      <description>Hi Everyone&lt;BR /&gt;&lt;BR /&gt;I'm in an education class and need a quick answer. Were using tuxedo 6.2 with redhat 7.2. I need to double the shared memory parmaters within my kernel.&lt;BR /&gt;&lt;BR /&gt;Whats the quickest way to do this&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 05:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213064#M10553</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-03-09T05:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213065#M10554</link>
      <description>The size of the shared memory segment is controlled by the kernel&lt;BR /&gt;parameters shmmax and shmall, it can be changed while the system is running &lt;BR /&gt;with a command like&lt;BR /&gt;&lt;BR /&gt;echo "67108864" &amp;gt;/proc/sys/kernel/shmmax&lt;BR /&gt;echo "67108864" &amp;gt;/proc/sys/kernel/shmall&lt;BR /&gt;Increasing the size of the Linux shared memory segment&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 09 Mar 2004 05:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213065#M10554</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-03-09T05:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213066#M10555</link>
      <description>BTW, you're on kernel 2.4.x, aren't you ? Otherwise, you need to recompile if your kernel is 2.2.x...&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 09 Mar 2004 05:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213066#M10555</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-03-09T05:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213067#M10556</link>
      <description>Put large numbers in these files&lt;BR /&gt; &lt;BR /&gt;/proc/sys/kernel/shmall&lt;BR /&gt;/proc/sys/kernel/shmmax&lt;BR /&gt;/proc/sys/kernel/shmmni&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 05:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213067#M10556</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-09T05:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213068#M10557</link>
      <description>Thanks Guys&lt;BR /&gt;&lt;BR /&gt;Checking kernel type&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 09 Mar 2004 07:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213068#M10557</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-03-09T07:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213069#M10558</link>
      <description>Cheers Guys&lt;BR /&gt;&lt;BR /&gt;The penny dropped !&lt;BR /&gt;&lt;BR /&gt;/etc/sysctl.conf&lt;BR /&gt;&lt;BR /&gt;Add new value&lt;BR /&gt;&lt;BR /&gt;kernel.shmax=&lt;VALUE&gt; &lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;&lt;BR /&gt;sysctl -p&lt;BR /&gt;&lt;BR /&gt;Where are the system default values held though ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Ste&lt;/VALUE&gt;</description>
      <pubDate>Tue, 09 Mar 2004 07:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213069#M10558</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-03-09T07:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213070#M10559</link>
      <description>Apart from /proc/sys/kernel, check /usr/src/linux/include/asm/shmparam.h and brothers...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 09 Mar 2004 08:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213070#M10559</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-03-09T08:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213071#M10560</link>
      <description>Some more details about this file structure :&lt;BR /&gt;&lt;A href="http://ps-ax.com/shared-mem.html" target="_blank"&gt;http://ps-ax.com/shared-mem.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Pls 0 here (should have precised this in former post)&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Tue, 09 Mar 2004 09:08:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213071#M10560</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-03-09T09:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: redht 7.2 increase shared memory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213072#M10561</link>
      <description>The system defaults are in the kernel source.&lt;BR /&gt;&lt;BR /&gt;The 'echo' commands that were given are the equivalent of using the sysctl, only one has a neater interface ;)&lt;BR /&gt;&lt;BR /&gt;'sysctl' (if you wade through the man page) just allows a config-file-based interface to the '/proc/sys/' structure.  Replace /'s with .'s, and you've got your paths.&lt;BR /&gt;&lt;BR /&gt;unf. ;)</description>
      <pubDate>Tue, 09 Mar 2004 23:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redht-7-2-increase-shared-memory/m-p/3213072#M10561</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-09T23:29:42Z</dc:date>
    </item>
  </channel>
</rss>

