I'm trying to get the best performance out of a high volume web cluster
reading through some system tuning parameters I came up with the following,
can anyone comment or give me better recommendations to use?
Thanks, these servers each have 4GB of memory and 2 - 3.6GHz HT CPU's
net.core.rmem._max = 16777216
net.core.wmem_max = 16777216
net.core.rmem_defualt = 16777216
net.core.wmem_defualt = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 87830 16777216
net.ipv4.tcp_max_syn_backlog = 4096
sys.net.core.netdev_max_backlog=2000
ifconfig eth0 txqueuelen 1024
--
Rodrick R. Brown
Senior IT Consultant
http://www.rodrickbrown.com
rodrick.brown[<@>]gmail.com
When in 1986 Apple bought a Cray X-MP and announced that they would use it
to design the next Apple Macintosh, Seymour Cray replied, "This is very
interesting because I am using an Apple Macintosh to design the Cray-2
supercomputer."