]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
changed max_filedescriptors in squid to system ulimit
authorDaniel Glanzmann <dg@ipfire.org>
Wed, 17 Dec 2008 22:29:12 +0000 (23:29 +0100)
committerDaniel Glanzmann <dg@ipfire.org>
Wed, 17 Dec 2008 22:29:12 +0000 (23:29 +0100)
html/cgi-bin/proxy.cgi

index 1a4453a777c1dc12670dfe2be838c8aa238f14d7..cc55a2e854fa408dbfd25feccd100c47dea37cc2 100644 (file)
@@ -3031,7 +3031,7 @@ cache_effective_group squid
 umask 022
 
 pid_filename /var/run/squid.pid
-max_filedescriptors 4096
+max_filedescriptors 1024
 
 cache_mem $proxysettings{'CACHE_MEM'} MB
 END