PMDF System Manager's Guide


Previous Next Contents Index

11.8.2 System Parameters on Solaris

The system's heap size (datasize) must be enough to accomodate the Dispatcher's thread stack usage. For each Dispatcher service compute STACKSIZE*MAX_CONNS, and then add up the values computed for each service. The system's heap size needs to be at least twice this number.

To display the heap size (i.e., default datasize), use the csh command


# limit
or the ksh command


# ulimit -a
or the utility


# sysdef


Previous Next Contents Index