<?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: Squid: WARNING! Your cache is running out of filedescriptors</title>
	<atom:link href="http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/</link>
	<description>Random pieces of code, thoughts and movie reviews</description>
	<lastBuildDate>Wed, 25 Jan 2012 22:45:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Craig</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-52716</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sun, 26 Jun 2011 23:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-52716</guid>
		<description>thanks for the great tip, it sorted out our problem, 150+ local users, 400GB of cache space, hit the wall at 266G cached..</description>
		<content:encoded><![CDATA[<p>thanks for the great tip, it sorted out our problem, 150+ local users, 400GB of cache space, hit the wall at 266G cached..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntu_user</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-52573</link>
		<dc:creator>ubuntu_user</dc:creator>
		<pubDate>Sat, 13 Nov 2010 17:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-52573</guid>
		<description>current ubuntu 10.04 (lts) has a bug an so setting SQUID_MAXFD in /etc/default/squid does not work.

i changed the following line in squid.conf:
from: # max_filedescriptors 0
to: max_filedescriptors 8128

restarted squid, and it works:
2010/11/13 18:24:18&#124; Starting Squid Cache version 2.7.STABLE7 for amd64-debian-linux-gnu...
2010/11/13 18:24:18&#124; Process ID 3312
2010/11/13 18:24:18&#124; With 8128 file descriptors available

ubuntu bug report:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/580590</description>
		<content:encoded><![CDATA[<p>current ubuntu 10.04 (lts) has a bug an so setting SQUID_MAXFD in /etc/default/squid does not work.</p>
<p>i changed the following line in squid.conf:<br />
from: # max_filedescriptors 0<br />
to: max_filedescriptors 8128</p>
<p>restarted squid, and it works:<br />
2010/11/13 18:24:18| Starting Squid Cache version 2.7.STABLE7 for amd64-debian-linux-gnu&#8230;<br />
2010/11/13 18:24:18| Process ID 3312<br />
2010/11/13 18:24:18| With 8128 file descriptors available</p>
<p>ubuntu bug report:<br />
<a href="https://bugs.launchpad.net/ubuntu/+source/squid/+bug/580590" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/squid/+bug/580590</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vostro</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-51574</link>
		<dc:creator>vostro</dc:creator>
		<pubDate>Sun, 30 May 2010 11:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-51574</guid>
		<description>any idea to set it on squid 3.+
max_filedesc 4096 does not work</description>
		<content:encoded><![CDATA[<p>any idea to set it on squid 3.+<br />
max_filedesc 4096 does not work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dedieko</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-51134</link>
		<dc:creator>dedieko</dc:creator>
		<pubDate>Thu, 11 Dec 2008 10:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-51134</guid>
		<description>Thank you so much...

I&#039;m using IPCOP 1.4.21 + Advanced Proxy

add this line:

SQUID_MAXFD=8192

in /var/ipcop/proxy/advanced/acls/include.acl

and the warning lines are history...</description>
		<content:encoded><![CDATA[<p>Thank you so much&#8230;</p>
<p>I&#8217;m using IPCOP 1.4.21 + Advanced Proxy</p>
<p>add this line:</p>
<p>SQUID_MAXFD=8192</p>
<p>in /var/ipcop/proxy/advanced/acls/include.acl</p>
<p>and the warning lines are history&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muratti66</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-51007</link>
		<dc:creator>muratti66</dc:creator>
		<pubDate>Thu, 09 Oct 2008 08:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-51007</guid>
		<description>i dont find &quot;/etc/init.d&quot; and i use smoothwall ...
help me ...</description>
		<content:encoded><![CDATA[<p>i dont find &#8220;/etc/init.d&#8221; and i use smoothwall &#8230;<br />
help me &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kulbir Saini</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-50977</link>
		<dc:creator>Kulbir Saini</dc:creator>
		<pubDate>Sat, 06 Sep 2008 07:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-50977</guid>
		<description>thanks man !!! save a lot of time :D</description>
		<content:encoded><![CDATA[<p>thanks man !!! save a lot of time <img src='http://paulgoscicki.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Goscicki</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-50754</link>
		<dc:creator>Paul Goscicki</dc:creator>
		<pubDate>Tue, 25 Mar 2008 18:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-50754</guid>
		<description>Fixed! Thanks :)</description>
		<content:encoded><![CDATA[<p>Fixed! Thanks <img src='http://paulgoscicki.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-50753</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 25 Mar 2008 17:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-50753</guid>
		<description>Omygosh, thank you, thank you, thank you, this saved me and my users so much heartache!

Slight typo in the Debian instructions, the squid restart command should read:
/etc/init.d/squid restart</description>
		<content:encoded><![CDATA[<p>Omygosh, thank you, thank you, thank you, this saved me and my users so much heartache!</p>
<p>Slight typo in the Debian instructions, the squid restart command should read:<br />
/etc/init.d/squid restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AA</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-50746</link>
		<dc:creator>AA</dc:creator>
		<pubDate>Mon, 17 Mar 2008 09:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-50746</guid>
		<description>Thanks alot. It helped me in IPCOP. 

I used this command :   SQUID_MAXFD=4096
while squid was stopped and then I started the squid and it works fine now.

Thanks a bunch again. Keep it Up Please.</description>
		<content:encoded><![CDATA[<p>Thanks alot. It helped me in IPCOP. </p>
<p>I used this command :   SQUID_MAXFD=4096<br />
while squid was stopped and then I started the squid and it works fine now.</p>
<p>Thanks a bunch again. Keep it Up Please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinata</title>
		<link>http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/comment-page-1/#comment-50742</link>
		<dc:creator>Dinata</dc:creator>
		<pubDate>Sat, 15 Mar 2008 04:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://paulgoscicki.com/archives/2007/01/squid-warning-your-cache-is-running-out-of-filedescriptors/#comment-50742</guid>
		<description>Thanks mate. I was guessing for the worse, like someone is ddos-ing my squid.</description>
		<content:encoded><![CDATA[<p>Thanks mate. I was guessing for the worse, like someone is ddos-ing my squid.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

