<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux Increase The Maximum Number Of Open Files / File Descriptors (FD)</title> <atom:link href="http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: mrcool</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-66034</link> <dc:creator>mrcool</dc:creator> <pubDate>Mon, 26 Dec 2011 07:40:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-66034</guid> <description>u must edit config file ,if u increase the file descriptor value through the terminal means it shold be a temporary only ,if u want to permanently increase your ulimit mean u have to set the ulimit in config file. . . .</description> <content:encoded><![CDATA[<p>u must edit config file ,if u increase the file descriptor value through the terminal means it shold be a temporary only ,if u want to permanently increase your ulimit mean u have to set the ulimit in config file. . . .</p> ]]></content:encoded> </item> <item><title>By: Soham</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-65311</link> <dc:creator>Soham</dc:creator> <pubDate>Thu, 08 Dec 2011 10:30:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-65311</guid> <description>Try in /etc/security/limits.conf file  and at the end of the file add this.
*    -    nofile
Logout and login again and check ulimit -n</description> <content:encoded><![CDATA[<p>Try in /etc/security/limits.conf file  and at the end of the file add this.</p><p>*    &#8211;    nofile</p><p>Logout and login again and check ulimit -n</p> ]]></content:encoded> </item> <item><title>By: Killjoy</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-64767</link> <dc:creator>Killjoy</dc:creator> <pubDate>Wed, 23 Nov 2011 19:13:05 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-64767</guid> <description>Nice one, worked fine for me too on Debian 6.</description> <content:encoded><![CDATA[<p>Nice one, worked fine for me too on Debian 6.</p> ]]></content:encoded> </item> <item><title>By: kamalakar</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-63997</link> <dc:creator>kamalakar</dc:creator> <pubDate>Tue, 01 Nov 2011 12:55:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-63997</guid> <description>I am trying to increase ulimit  on Ubuntu
even after restarting changes are not reflected</description> <content:encoded><![CDATA[<p>I am trying to increase ulimit  on Ubuntu<br
/> even after restarting changes are not reflected</p> ]]></content:encoded> </item> <item><title>By: Nick</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-63878</link> <dc:creator>Nick</dc:creator> <pubDate>Wed, 26 Oct 2011 01:05:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-63878</guid> <description>You could also try
ulimit -n xxxxx now
where xxxxx is the number, e.g. 16384. Worked for me on CentOS 5.7.</description> <content:encoded><![CDATA[<p>You could also try</p><p>ulimit -n xxxxx now</p><p>where xxxxx is the number, e.g. 16384. Worked for me on CentOS 5.7.</p> ]]></content:encoded> </item> <item><title>By: Leonardo</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-62876</link> <dc:creator>Leonardo</dc:creator> <pubDate>Tue, 27 Sep 2011 17:10:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-62876</guid> <description>Hi,
Worked in RH 5.
It´s very important to know if you have set the max-files for user xx, you must to start the application with the user xx.... if you are starting with another user, the changes does not effetct.</description> <content:encoded><![CDATA[<p>Hi,</p><p>Worked in RH 5.</p><p>It´s very important to know if you have set the max-files for user xx, you must to start the application with the user xx&#8230;. if you are starting with another user, the changes does not effetct.</p> ]]></content:encoded> </item> <item><title>By: khupcom</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-62616</link> <dc:creator>khupcom</dc:creator> <pubDate>Wed, 21 Sep 2011 03:19:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-62616</guid> <description>Not working on my centos box.
# su - nginx
# ulimit -Hn
1024
# ulimit -Sn
1024</description> <content:encoded><![CDATA[<p>Not working on my centos box.<br
/> # su &#8211; nginx<br
/> # ulimit -Hn<br
/> 1024<br
/> # ulimit -Sn<br
/> 1024</p> ]]></content:encoded> </item> <item><title>By: Mukesh</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-62186</link> <dc:creator>Mukesh</dc:creator> <pubDate>Tue, 06 Sep 2011 07:44:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-62186</guid> <description>Thanks, it worked for me on Red Hat Linux 5.</description> <content:encoded><![CDATA[<p>Thanks, it worked for me on Red Hat Linux 5.</p> ]]></content:encoded> </item> <item><title>By: pep</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-59373</link> <dc:creator>pep</dc:creator> <pubDate>Thu, 12 May 2011 10:51:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-59373</guid> <description>Could you please let me know , while we change the ulimit for root using &quot;ulimit -n&quot; , which is the configuration file in which it reflects.</description> <content:encoded><![CDATA[<p>Could you please let me know , while we change the ulimit for root using &#8220;ulimit -n&#8221; , which is the configuration file in which it reflects.</p> ]]></content:encoded> </item> <item><title>By: cgrinds</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-57700</link> <dc:creator>cgrinds</dc:creator> <pubDate>Mon, 25 Apr 2011 21:35:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-57700</guid> <description>If you have cPanel, check /etc/profile.d/limits.sh.  Although you shouldn&#039;t change it here it&#039;s possibly the root cause of your changes not sticking.</description> <content:encoded><![CDATA[<p>If you have cPanel, check /etc/profile.d/limits.sh.  Although you shouldn&#8217;t change it here it&#8217;s possibly the root cause of your changes not sticking.</p> ]]></content:encoded> </item> <item><title>By: Thamizhannal</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-56573</link> <dc:creator>Thamizhannal</dc:creator> <pubDate>Wed, 23 Mar 2011 10:01:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-56573</guid> <description>Excluding operating system process(es), if any application runs on muti user mode and does not close the opened file, then it would create this issue. Please make sure that if any external application(may be your own&#039;s or deployed one) runs on muti user mode and closed all the files it has opened if any.</description> <content:encoded><![CDATA[<p>Excluding operating system process(es), if any application runs on muti user mode and does not close the opened file, then it would create this issue. Please make sure that if any external application(may be your own&#8217;s or deployed one) runs on muti user mode and closed all the files it has opened if any.</p> ]]></content:encoded> </item> <item><title>By: Marco Smith</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-56571</link> <dc:creator>Marco Smith</dc:creator> <pubDate>Wed, 23 Mar 2011 09:32:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-56571</guid> <description>And what if you run,  multi user mode from console, i.e without Windows X? Like for instance, what process/processes run that makes the number on increase SO high....like from 160 to 900 open files????</description> <content:encoded><![CDATA[<p>And what if you run,  multi user mode from console, i.e without Windows X? Like for instance, what process/processes run that makes the number on increase SO high&#8230;.like from 160 to 900 open files????</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-56569</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Wed, 23 Mar 2011 09:27:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-56569</guid> <description>More users + More process + More background process == More open files</description> <content:encoded><![CDATA[<p>More users + More process + More background process == More open files</p> ]]></content:encoded> </item> <item><title>By: Marco Smith</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-56564</link> <dc:creator>Marco Smith</dc:creator> <pubDate>Wed, 23 Mar 2011 08:13:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-56564</guid> <description>Hi, Can someone please tell me why the amount of open files increase so rapidly when changing from Single user mode to multi user mode?</description> <content:encoded><![CDATA[<p>Hi, Can someone please tell me why the amount of open files increase so rapidly when changing from Single user mode to multi user mode?</p> ]]></content:encoded> </item> <item><title>By: Terry Antonio</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-55134</link> <dc:creator>Terry Antonio</dc:creator> <pubDate>Tue, 25 Jan 2011 00:22:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-55134</guid> <description>Good Day Mate
I was going to leave you in my will for this but the mortgage payments might be to high.
Anyway long story short I run free radius and on a new server i built and it constantly reports &quot;no db handles&quot; if you check with the freeradius forum this is a common problem and is usually met with the kurt reply &quot;figure out whats using all the descriptors&quot;.
I had in my mind I had encountered this problem many years ago and it was a matter of increasing the system handles but just could not track it down.
From your article I found my mysql handles were set at 1024 I increased the soft limit to 5000 and the hl to 10000 and all is well in paradise again. Your bloods worth bottling
Cheers Terry</description> <content:encoded><![CDATA[<p>Good Day Mate<br
/> I was going to leave you in my will for this but the mortgage payments might be to high.<br
/> Anyway long story short I run free radius and on a new server i built and it constantly reports &#8220;no db handles&#8221; if you check with the freeradius forum this is a common problem and is usually met with the kurt reply &#8220;figure out whats using all the descriptors&#8221;.<br
/> I had in my mind I had encountered this problem many years ago and it was a matter of increasing the system handles but just could not track it down.<br
/> From your article I found my mysql handles were set at 1024 I increased the soft limit to 5000 and the hl to 10000 and all is well in paradise again. Your bloods worth bottling<br
/> Cheers Terry</p> ]]></content:encoded> </item> <item><title>By: jee</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-54386</link> <dc:creator>jee</dc:creator> <pubDate>Sun, 02 Jan 2011 16:19:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-54386</guid> <description>I have a problem about &quot;too many open file &quot;,  i had changed all parameters,
but this problem is exist.
My system have a web application system, that have a dongle, I guess the problem
maybe caused by dongle .
Can you help me , thank you !</description> <content:encoded><![CDATA[<p>I have a problem about &#8220;too many open file &#8220;,  i had changed all parameters,</p><p>but this problem is exist.</p><p>My system have a web application system, that have a dongle, I guess the problem</p><p>maybe caused by dongle .</p><p>Can you help me , thank you !</p> ]]></content:encoded> </item> <item><title>By: Joel</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-52295</link> <dc:creator>Joel</dc:creator> <pubDate>Tue, 14 Dec 2010 10:18:42 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-52295</guid> <description>In the end, it suddenly worked, without changing anything more. How much time is needed before it&#039;s taken into account? Strange and unreliable...</description> <content:encoded><![CDATA[<p>In the end, it suddenly worked, without changing anything more. How much time is needed before it&#8217;s taken into account? Strange and unreliable&#8230;</p> ]]></content:encoded> </item> <item><title>By: Joel</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-52294</link> <dc:creator>Joel</dc:creator> <pubDate>Tue, 14 Dec 2010 10:15:25 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-52294</guid> <description>I&#039;m using Linux (Debian Lenny) on a server. I would like to keep my ulimit -n settings.
The values in /etc/security/limits.conf (soft and hard limits) and in /etc/sysctl.conf have been increased.
/etc/pam.d/login  constains the &quot;session    required   pam_limits.so&quot;
I&#039;ve also put the &quot;ulimit -n 50000&quot; command in .bashrc
... and after logout/login and/or ssh, ulimit -n still returns 1024! What tricky settings also need to be changed? These incoherent and over-complicated version-dependent settings really make linux unusable. I&#039;d rather write code than waste my time on linux configuration files.</description> <content:encoded><![CDATA[<p>I&#8217;m using Linux (Debian Lenny) on a server. I would like to keep my ulimit -n settings.<br
/> The values in /etc/security/limits.conf (soft and hard limits) and in /etc/sysctl.conf have been increased.<br
/> /etc/pam.d/login  constains the &#8220;session    required   pam_limits.so&#8221;<br
/> I&#8217;ve also put the &#8220;ulimit -n 50000&#8243; command in .bashrc<br
/> &#8230; and after logout/login and/or ssh, ulimit -n still returns 1024! What tricky settings also need to be changed? These incoherent and over-complicated version-dependent settings really make linux unusable. I&#8217;d rather write code than waste my time on linux configuration files.</p> ]]></content:encoded> </item> <item><title>By: Dirk</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-49481</link> <dc:creator>Dirk</dc:creator> <pubDate>Sat, 11 Sep 2010 10:02:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-49481</guid> <description>Hi Francisco,
when I issue &quot;ulimit -n -H&quot; on Mac OS X 10.6, it says &quot;unlimited&quot;. So I guess you don&#039;t have to worry about it.
Dirk</description> <content:encoded><![CDATA[<p>Hi Francisco,</p><p>when I issue &#8220;ulimit -n -H&#8221; on Mac OS X 10.6, it says &#8220;unlimited&#8221;. So I guess you don&#8217;t have to worry about it.</p><p>Dirk</p> ]]></content:encoded> </item> <item><title>By: Francisco</title><link>http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/#comment-49368</link> <dc:creator>Francisco</dc:creator> <pubDate>Wed, 08 Sep 2010 21:15:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-increase-the-maximum-number-of-open-files.php#comment-49368</guid> <description>Is there any equivalent for MAC OS x (darwin) ??</description> <content:encoded><![CDATA[<p>Is there any equivalent for MAC OS x (darwin) ??</p> ]]></content:encoded> </item> </channel> </rss>
