changed max_filedescriptors in squid to system ulimit

This commit is contained in:
Daniel Glanzmann
2008-12-17 23:29:12 +01:00
parent d6a60bb348
commit 585893aa46

View 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