<?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: Tune Linux System Parameter in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681975#M20832</link>
    <description>Hi Forumers,&lt;BR /&gt;&lt;BR /&gt;I had run the following,&lt;BR /&gt;&lt;BR /&gt;sysctl -w kernel.shmmax=33554432 &lt;BR /&gt;sysctl -w kernel.sem="250 32000 32 128" &lt;BR /&gt;&lt;BR /&gt;I guess the settings will be intact upon a reboot? Cos I cannot reboot to verify. But i read in the forum the settings will be permanent upon a reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
    <pubDate>Fri, 02 Dec 2005 04:08:13 GMT</pubDate>
    <dc:creator>Cliff Lim Kok Hwee</dc:creator>
    <dc:date>2005-12-02T04:08:13Z</dc:date>
    <item>
      <title>Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681970#M20827</link>
      <description>Gd Day Forum,&lt;BR /&gt;&lt;BR /&gt;I am thinking to update the following 2 parameters namely,&lt;BR /&gt;&lt;BR /&gt;For semaphores,&lt;BR /&gt;&lt;BR /&gt;- /proc/sys/kernel/sem&lt;BR /&gt;&lt;BR /&gt;250     32000   32      128&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;For shared memory,&lt;BR /&gt;&lt;BR /&gt;- /proc/sys/kernel/shmmax&lt;BR /&gt;&lt;BR /&gt;33554432&lt;BR /&gt;&lt;BR /&gt;How do I proceed? &lt;BR /&gt;&lt;BR /&gt;I understand that sysctl can be used.&lt;BR /&gt;&lt;BR /&gt;Is a reboot required like HP-UX post kernel tuning?&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2005 01:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681970#M20827</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2005-12-01T01:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681971#M20828</link>
      <description>I hope system reboot is not needed at all. Just tune them with sysctl.</description>
      <pubDate>Thu, 01 Dec 2005 01:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681971#M20828</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-01T01:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681972#M20829</link>
      <description>sysctl only changes the run time values, if you want to do permanently, you need to configure /etc/sysctl.conf, for example&lt;BR /&gt;&lt;BR /&gt;sysctl -w kernel.shmmax=33554432 &lt;BR /&gt;sysctl -w kernel.sem="250 32000 32 128"  &lt;BR /&gt;&lt;BR /&gt;Then add to /etc/sysctl.conf:&lt;BR /&gt;&lt;BR /&gt;kernel.shmmax=33554432&lt;BR /&gt;kernel.sem="250 32000 32 128"&lt;BR /&gt;&lt;BR /&gt;Note that the values showed use to be the default values, check the current values with&lt;BR /&gt;&lt;BR /&gt;sysctl kernel.shmmax&lt;BR /&gt;sysctl kernel.sem&lt;BR /&gt;&lt;BR /&gt;You don't need to reboot.</description>
      <pubDate>Thu, 01 Dec 2005 01:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681972#M20829</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-01T01:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681973#M20830</link>
      <description>Hi Forumers,&lt;BR /&gt;&lt;BR /&gt;Can directly update them in the respective files works? Or must update into the /etc/sysctl.conf?&lt;BR /&gt;&lt;BR /&gt;- /proc/sys/kernel/shmmax&lt;BR /&gt;- /proc/sys/kernel/sem&lt;BR /&gt;&lt;BR /&gt;Thanks/Cliff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 02:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681973#M20830</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2005-12-02T02:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681974#M20831</link>
      <description>i suggest you update the config file. after that you run 'sysctl -p' to read your adjusted config file. if it works, you are _sure_ these settings will be set the next time you boot.&lt;BR /&gt;&lt;BR /&gt;sysctl is an online command, so after it's run, new settings will be in use. welcome to a modern OS ;)</description>
      <pubDate>Fri, 02 Dec 2005 04:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681974#M20831</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2005-12-02T04:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681975#M20832</link>
      <description>Hi Forumers,&lt;BR /&gt;&lt;BR /&gt;I had run the following,&lt;BR /&gt;&lt;BR /&gt;sysctl -w kernel.shmmax=33554432 &lt;BR /&gt;sysctl -w kernel.sem="250 32000 32 128" &lt;BR /&gt;&lt;BR /&gt;I guess the settings will be intact upon a reboot? Cos I cannot reboot to verify. But i read in the forum the settings will be permanent upon a reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks/cliff</description>
      <pubDate>Fri, 02 Dec 2005 04:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681975#M20832</guid>
      <dc:creator>Cliff Lim Kok Hwee</dc:creator>
      <dc:date>2005-12-02T04:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681976#M20833</link>
      <description>As I said before, you MUST add to /etc/sysctl.conf to make it permanent, exactly as I described.</description>
      <pubDate>Fri, 02 Dec 2005 06:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681976#M20833</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-02T06:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tune Linux System Parameter</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681977#M20834</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No reboot is usually required. Those parameters are dynamic in HP-UX v1 btw.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 02 Dec 2005 07:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tune-linux-system-parameter/m-p/3681977#M20834</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-02T07:49:51Z</dc:date>
    </item>
  </channel>
</rss>

