<?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: Help with kernel parameters in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974499#M4702</link>
    <description>Hi,&lt;BR /&gt;The value in file-max mean maximum &lt;BR /&gt;handles that the Linux kernel will allocate. &lt;BR /&gt;This parm is good to edit if is required.&lt;BR /&gt;&lt;BR /&gt;echo "fs.file-max = xxxxxxx" &amp;gt;&amp;gt; /etc/sysctl.conf&lt;BR /&gt;sysctl -p&lt;BR /&gt;&lt;BR /&gt;The three values in file-nr mean &lt;BR /&gt;the number of allocated&lt;BR /&gt;file handles, the number of used file handles and the maximum number of file handles. &lt;BR /&gt;&lt;BR /&gt;The value inode-max mean max of inodes handles and is recomended that this value is 3-4x greater than file-max, when is required it is possible to edit this value.&lt;BR /&gt;&lt;BR /&gt;echo "fs.inode-max=xxxxxxx" &amp;gt;&amp;gt; /etc/sysctl.conf&lt;BR /&gt;sysctl -p&lt;BR /&gt;&lt;BR /&gt;with value inode-nr is it similar as file-nr.&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;Frantisek&lt;BR /&gt;</description>
    <pubDate>Fri, 16 May 2003 11:04:00 GMT</pubDate>
    <dc:creator>Frantisek Merka_1</dc:creator>
    <dc:date>2003-05-16T11:04:00Z</dc:date>
    <item>
      <title>Help with kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974496#M4699</link>
      <description>I need to tuned the following parameter for MQ series, &lt;BR /&gt;1. max open files &lt;BR /&gt;2. max inodes&lt;BR /&gt;3. max processes&lt;BR /&gt;&lt;BR /&gt;I know I can use sysctl to tuned it and edit sysctl.conf file so the next time the server is rebooted it will set the parameter accordingly. However, I am a bit uncertain what the name of these parameters are under Linux.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For max file and inode, this is what I have narrow it down to: &lt;BR /&gt;fs.file-max&lt;BR /&gt;fs.file-nr&lt;BR /&gt;fs.inode-nr&lt;BR /&gt;I would think fs.file-max would be the number of max open files. But what is fs.file-nr and fs.inode-nr? Could someone shed some light on it? when check the vaule for fs.inode-nr, I get "fs.inode-nr = 4039      18" it has two value. Are the vaule min and max? how would I set it via sysctl command and in sysclt.conf file; The reason I ask this is because I am use to setting only one value for one parameter. The same goes for "fs.file-nr = 4925       2340    209708". That's it for max file number and inode.&lt;BR /&gt;&lt;BR /&gt;What parameter name corresponds in linux to "max no. of processes in a system" and "max no. of processes per user"? Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 May 2003 17:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974496#M4699</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2003-05-15T17:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974497#M4700</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;You can find a lot of information on proc parms in the   documention that comes with the kernel sources. &lt;BR /&gt;&lt;BR /&gt;/usr/src/linux-2.4/Documentation/filesystems/proc.txt&lt;BR /&gt;&lt;BR /&gt;I attached the file, i think it&lt;BR /&gt;will answer your questions.&lt;BR /&gt;Go to the section : &lt;BR /&gt;&lt;BR /&gt;2.1 /proc/sys/fs - File system data&lt;BR /&gt;&lt;BR /&gt;brgds.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Thu, 15 May 2003 19:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974497#M4700</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2003-05-15T19:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974498#M4701</link>
      <description>why don't you try "sysctl -a"&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Fri, 16 May 2003 01:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974498#M4701</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2003-05-16T01:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974499#M4702</link>
      <description>Hi,&lt;BR /&gt;The value in file-max mean maximum &lt;BR /&gt;handles that the Linux kernel will allocate. &lt;BR /&gt;This parm is good to edit if is required.&lt;BR /&gt;&lt;BR /&gt;echo "fs.file-max = xxxxxxx" &amp;gt;&amp;gt; /etc/sysctl.conf&lt;BR /&gt;sysctl -p&lt;BR /&gt;&lt;BR /&gt;The three values in file-nr mean &lt;BR /&gt;the number of allocated&lt;BR /&gt;file handles, the number of used file handles and the maximum number of file handles. &lt;BR /&gt;&lt;BR /&gt;The value inode-max mean max of inodes handles and is recomended that this value is 3-4x greater than file-max, when is required it is possible to edit this value.&lt;BR /&gt;&lt;BR /&gt;echo "fs.inode-max=xxxxxxx" &amp;gt;&amp;gt; /etc/sysctl.conf&lt;BR /&gt;sysctl -p&lt;BR /&gt;&lt;BR /&gt;with value inode-nr is it similar as file-nr.&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;Frantisek&lt;BR /&gt;</description>
      <pubDate>Fri, 16 May 2003 11:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974499#M4702</guid>
      <dc:creator>Frantisek Merka_1</dc:creator>
      <dc:date>2003-05-16T11:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with kernel parameters</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974500#M4703</link>
      <description>&lt;BR /&gt;2)in kernel 2.3 and &amp;lt; there is in &lt;BR /&gt;/usr/src/linux/include/linux/tasks.h&lt;BR /&gt;param:&lt;BR /&gt;  NR_TASKS, MAX_TASKS_PER_USER, NR_TASKS/2)   and MIN_TASKS_LEFT_FOR_ROOT.&lt;BR /&gt;need to compile kernel after change.&lt;BR /&gt; &lt;BR /&gt;in kernel 2.4.x and &amp;gt; &lt;BR /&gt;Param max procesess eq. NR_TASKS and MAX_TASKS_PER_USER, allowed,&lt;BR /&gt;is on 2.4 kernel dynamic function how much memory do you have(I think )&lt;BR /&gt;&lt;BR /&gt;Second part is setting limit for shell&lt;BR /&gt;ulimit -a&lt;BR /&gt;&lt;BR /&gt;ulimit -u unlimited or LIMIT&lt;BR /&gt;&lt;BR /&gt;Hi,&lt;BR /&gt;Frantisek.</description>
      <pubDate>Fri, 16 May 2003 12:08:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-with-kernel-parameters/m-p/2974500#M4703</guid>
      <dc:creator>Frantisek Merka_1</dc:creator>
      <dc:date>2003-05-16T12:08:10Z</dc:date>
    </item>
  </channel>
</rss>

