<?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"
	>
<channel>
	<title>Comments on: How to increase file descriptors max limit on Linux</title>
	<atom:link href="http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/</link>
	<description>Knowledge bling's the finer things in life.</description>
	<pubDate>Thu, 28 Aug 2008 22:56:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jake</title>
		<link>http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-17151</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 25 Apr 2008 19:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-17151</guid>
		<description>I'm having issue with a cups print server throwing the same error. I've increased the max file system wide as well as in limits.conf...cups still thinks 1024 is the default so it only allows 1/3 (341) connections...Thoughts?</description>
		<content:encoded><![CDATA[<p>I&#8217;m having issue with a cups print server throwing the same error. I&#8217;ve increased the max file system wide as well as in limits.conf&#8230;cups still thinks 1024 is the default so it only allows 1/3 (341) connections&#8230;Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cucu</title>
		<link>http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7581</link>
		<dc:creator>cucu</dc:creator>
		<pubDate>Wed, 05 Mar 2008 13:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7581</guid>
		<description>hi malaysians...,vote wisely</description>
		<content:encoded><![CDATA[<p>hi malaysians&#8230;,vote wisely</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7211</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 29 Feb 2008 02:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7211</guid>
		<description>Yup, ulimit will be user specific and sysctl method system wide. Since my box is for DB only it does not worry me too much.

Thanks for the highlight man :)</description>
		<content:encoded><![CDATA[<p>Yup, ulimit will be user specific and sysctl method system wide. Since my box is for DB only it does not worry me too much.</p>
<p>Thanks for the highlight man <img src='http://thedaneshproject.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E.Marcus</title>
		<link>http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7156</link>
		<dc:creator>E.Marcus</dc:creator>
		<pubDate>Thu, 28 Feb 2008 08:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7156</guid>
		<description>After researching a lil further, i found that the limits.conf only places the limits on the graphical login.

if you want to put it on services. put the ulimit command in the boot script.

One limitation i see of setting the FD limit in sysctl.conf is that it applies to every application. Unless you want every process to get that many FD's. I would go for the boot script way of setting FD limits.

Thoughts?</description>
		<content:encoded><![CDATA[<p>After researching a lil further, i found that the limits.conf only places the limits on the graphical login.</p>
<p>if you want to put it on services. put the ulimit command in the boot script.</p>
<p>One limitation i see of setting the FD limit in sysctl.conf is that it applies to every application. Unless you want every process to get that many FD&#8217;s. I would go for the boot script way of setting FD limits.</p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7130</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 28 Feb 2008 02:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7130</guid>
		<description>Thanks Marcus</description>
		<content:encoded><![CDATA[<p>Thanks Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E.Marcus</title>
		<link>http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7118</link>
		<dc:creator>E.Marcus</dc:creator>
		<pubDate>Thu, 28 Feb 2008 00:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://thedaneshproject.com/posts/how-to-increase-total-file-descriptors-count-on-linux/#comment-7118</guid>
		<description>For SuSe (10.3) boxes you can do the same with the ulimit command
ulimit -Hn 
-H to set hardlimit
-n to set number of open file descriptors

or you can manually do it in
/etc/security/limits.conf</description>
		<content:encoded><![CDATA[<p>For SuSe (10.3) boxes you can do the same with the ulimit command<br />
ulimit -Hn<br />
-H to set hardlimit<br />
-n to set number of open file descriptors</p>
<p>or you can manually do it in<br />
/etc/security/limits.conf</p>
]]></content:encoded>
	</item>
</channel>
</rss>
