my socket was default under squid. 8192. Now set to 12288 Here is my default config. for over3 months.
ulimit -HSn 12288 ulimit -HS -d unlimited ulimit -HS -s unlimited ulimit -HS -c unlimited ulimit -n 32768 echo 100000 > /proc/sys/kernel/threads-max echo 32768 > /proc/sys/fs/file-max echo 4096 32768 > /proc/sys/net/ipv4/ip_local_port_range echo 4096 > /proc/sys/net/ipv4/tcp_max_syn_backlog echo 1 > /proc/sys/net/ipv4/ip_forward But looks what happens when it starts: Fri Mar 8 09:10:10 2002 [0x400]report_limits(): RLIMIT_DATA: 4294967295 Fri Mar 8 09:10:10 2002 [0x400]report_limits(): RLIMIT_NOFILE: 8196 Fri Mar 8 09:10:10 2002 [0x400]report_limits(): RLIMIT_CORE: 4294967295 Fri Mar 8 09:10:10 2002 [0x400]report_limits(): RLIMIT_NPROC: 4294967295 Could RLIMIT_NOFILE be the problem? ===================================================================== If you would like to unsubscribe from this list send message to [EMAIL PROTECTED] with "unsubscribe oops-eng" in message body. Archive is accessible on http://lists.paco.net/oops-eng/
