<?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 open files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310651#M34491</link>
    <description>last week , I use the command ulimit -n to set the open files to 10240 in my RH server  , but todoy I found that this setting changed to 1024 , I wonder why this file will be changed to a lower value ?  10240 is the default value ? &lt;BR /&gt;how can I know what is my default value ? will the value be auto adjusted if the system detect the open files changes ?</description>
    <pubDate>Fri, 21 Nov 2008 07:40:46 GMT</pubDate>
    <dc:creator>heaman1</dc:creator>
    <dc:date>2008-11-21T07:40:46Z</dc:date>
    <item>
      <title>open files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310651#M34491</link>
      <description>last week , I use the command ulimit -n to set the open files to 10240 in my RH server  , but todoy I found that this setting changed to 1024 , I wonder why this file will be changed to a lower value ?  10240 is the default value ? &lt;BR /&gt;how can I know what is my default value ? will the value be auto adjusted if the system detect the open files changes ?</description>
      <pubDate>Fri, 21 Nov 2008 07:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310651#M34491</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2008-11-21T07:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: open files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310652#M34492</link>
      <description>You should increase your limits in the /etc/security/limits.conf file.</description>
      <pubDate>Fri, 21 Nov 2008 12:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310652#M34492</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-11-21T12:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: open files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310653#M34493</link>
      <description>thx reply ,&lt;BR /&gt;&lt;BR /&gt;so how can I know the current default setting ?</description>
      <pubDate>Sun, 23 Nov 2008 15:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310653#M34493</guid>
      <dc:creator>heaman1</dc:creator>
      <dc:date>2008-11-23T15:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: open files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310654#M34494</link>
      <description>The kernel's initial default value is 1024.&lt;BR /&gt;The ulimit 'command' is actually a shell builtin that uses setrlimit to set both the soft and hard limit for the shell process and its descendants.  Only root can increase the hard limit.  The new limit set by the shell don't affect processes that are not descendants of the shell.  The new limits do not become any kind of default for the system.&lt;BR /&gt;&lt;BR /&gt;The /etc/security/limits.conf settings are implemented by the pam_limits PAM module at login time.  They are as close as you can get to increasing system default values.&lt;BR /&gt;&lt;BR /&gt;You can see the current limits for all processes using&lt;BR /&gt;sudo grep 'Max open' /proc/*/limits</description>
      <pubDate>Wed, 26 Nov 2008 19:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/open-files/m-p/4310654#M34494</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2008-11-26T19:00:58Z</dc:date>
    </item>
  </channel>
</rss>

