Well, it’s over one and a half years that I first posted some hints about tuning the performance of a Sun web server. Now it seems that I found what looks like the optimum settings for the machines I’m currently watching over:
tcp_conn_req_max_q 1024
tcp_conn_req_max_q0 10240
tcp_rexmit_interval_min 2000
tcp_ip_abort_interval 600000
tcp_ip_abort_cinterval 60000
tcp_keepalive_interval 3600000
tcp_time_wait_interval 30000
tcp_fin_wait_2_flush_interval 67500
tcp_smallest_anon_port 8192
That’s mostly consistent with what Jens S. Vöckler writes on his site, just a bit more condensed.
