Patricio A. Bruna wrote: > Mike, > What kind of kernel tunning did you make?
#Kernel tuning -mgt /bin/echo "20000 65000" > /proc/sys/net/ipv4/ip_local_port_range /bin/echo 262143 > /proc/sys/net/core/rmem_max /bin/echo 262143 > /proc/sys/net/core/rmem_default /bin/echo "128000 200000 262144" > /proc/sys/net/ipv4/tcp_mem /bin/echo 8092 > /proc/sys/net/ipv4/tcp_max_syn_backlog /bin/echo 1024 > /proc/sys/net/core/somaxconn First day we had reports of some spotty http connections so I went all out. Possible it was all voodoo but the box has 2gb so it could use it. -Mike ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
