Bruce Barnett (barnett@grymoire.crd.ge.com) wrote:
: Here is a summary of what I learned about tweaking a Solaris
: box for high-performance http service.
: 4. Increase the number of simultaneous TCP connections.
: Solaris 2.4:
: ndd /dev/tcp tcp_conn_req_max 32
Actually, that would be :
ndd -set /dev/tcp tcp_conn_req_max 32
You need the -set.
This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:10:34 CDT