SRDB ID |
|
Synopsis |
|
Date |
22011 |
|
client-server performance issues on E10K, EX500, new O/S install |
|
25 Jul 2000 |
New install of applications, such as oracle, ..., doesn't perform
as well as expected, given the platform. This is not due to hardware,
rather it caused by untuned O/S parameters.
SOLUTION SUMMARY:
A few common parameters are presented:
parameter default suggested
--------- ------- ---------
rlim_fd_max 64 1024
rlim_fd_cur 64 1024
tcp_conn_req_max_q 128 256, 512, or 1024
tcp_xmit_hiwat 8192 32768 (fast ethernet only)
tcp_recv_hiwat 8192 32768 (fast ethernet only)
In particular, the lack of available file descriptors can
result in a serious performance hit, as they are prerequisite
to everything from communication endpoints to file handles.
For a good srdb on how to change file descriptor limit in Solaris,
see SRDB 11112.
Particular applications often have their own set of parameters
in /etc/system.
INTERNAL SUMMARY:
SUBMITTER: Michael Branch
APPLIES TO: Hardware/Ultra Enterprise/Servers, Operating Systems/Solaris/Solaris 2.x
ATTACHMENTS:
Copyright (c) 1997-2003 Sun Microsystems, Inc.