06.05.2013 Views

The eG Installation Guide - eG Innovations

The eG Installation Guide - eG Innovations

The eG Installation Guide - eG Innovations

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Installing and Configuring on Unix<br />

Specifies the maximum number of open files supported. If the value of this parameter is too<br />

low, a Too many files open error is displayed.<br />

How to view or set:<br />

Use the following command to display the current settings.<br />

ulimit -a<br />

Use the following command to set the values<br />

ulimit -n 8192<br />

Check the UNIX reference pages on the ulimit command for the syntax of different shells.<br />

Recommended value: 8192<br />

Note:<br />

On Solaris, setting the maximum number of open files property using ulimit has the<br />

biggest impact on your efforts to support the maximum number of RMI/IIOP clients.<br />

To increase the hard limit, add the following command to /etc/system and reboot it<br />

once:<br />

set rlim_fd_max = 8192<br />

Solaris TCP_TIME_WAIT_INTERVAL<br />

Description:<br />

Notifies TCP/IP on how long to keep the connection control blocks closed. After the<br />

applications complete the TCP/IP connection, the control blocks are kept for the specified time.<br />

When high connection rates occur, a large backlog of the TCP/IP connections accumulate and<br />

can slow server performance. <strong>The</strong> server can stall during certain peak periods. If the server<br />

stalls, the netstat command shows that many of the sockets that are opened to the HTTP<br />

server are in the CLOSE_WAIT or FIN_WAIT_2 state. Visible delays can occur for up to four<br />

minutes, during which time the server does not send any responses, but CPU utilization stays<br />

high, with all of the activities in system processes.<br />

How to view or set:<br />

Use the get command to determine the current interval and the set command to specify an<br />

interval.<br />

For example:<br />

ndd -get /dev/tcp tcp_time_wait_interval<br />

8

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!