Siebel Server Installation Guide for UNIX > Tuning UNIX Operating Systems for Siebel Installation > Tuning Siebel eBusiness Applications for HP-UX >

Setting Maximum Thread Limits for HP-UX


The default ThreadLimit for HP-Apache2 is 64, but it can be set it to a much higher number. The highest setting depends on the kernel settings.

To set threadlimit to a higher number

  1. Edit httpd.conf and modify the following attributes
  2. ThreadLimit Y * e = 20000 is the maximum value supported by the Apache Web server. You can reset this to the number your system supports.

    Note that this directive must be executed before other directives.

    ThreadsPerChild Y * e = Number of threads per child. Cannot exceed ThreadLimit.

    MaxClients Y * e = Maximum connection. Cannot exceed ThreadPerChild.

  3. In the same file, update the values for User and Group as shown below:
  4. User

    nobody

    Group

    system


 Siebel Server Installation Guide for UNIX 
 Published: 24 June 2003