What are the recommened tuning parameters for Solaris?

What are the recommened tuning parameters for Solaris?

book

Article ID: KB0088364

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Environment:
============

Solaris

Resolution:
===========

TIBCO does not have specific requirements regarding Solaris OS tunable parameters.   Follow the guidelines in the link below for tuning the Solaris OS kernel resources:

Best Practices for Running TIBCO Rendezvous on the Solaris OS

http://developers.sun.com/solaris/articles/tibco_on_solaris.html

In the article, the recommended value for the following parameters may be too small for some environments. Try out these values and find a suitable value for your environment.

# ndd -set /dev/udp  udp_max_buf  1048576
# ndd -set /dev/tcp tcp_xmit_hiwat 65536
# ndd -set /dev/tcp tcp_recv_hiwat 65536

Issue/Introduction

What are the recommened tuning parameters for Solaris?