Previous Topic: Tune the Shared Memory Segments

Next Topic: Troubleshooting

How to Tune the Solaris 10 Resource Controls

You may want to tune the resource controls at the project level if you need to improve the performance of the Web Agent.

Note: See your Solaris documentation for more information.

Tuning the resource controls on Solaris 10 uses the following process:

  1. Determine the project associated with the user account under which the Web Agent runs.
  2. Increase the settings for any of the following resource controls of that project:
    project.max-shm-ids

    Specifies the maximum shared memory IDs for a project.

    project.max-sem-ids

    Specifies the maximum number of semaphore IDs for a project.

    project.max-msg-ids

    Specifies the maximum number of message queue IDs for a project.

    project.max-shm-memory

    Specifies the total amount of shared memory allowed for a project.

    process.max-sem-nsems

    Specifies the maximum number of semaphores allowed per semaphore set.

    process.max-sem-ops

    Specifies the maximum number of semaphore operations allowed per semop.

    process.max-msg-messages

    Specifies the maximum number of messages on a message queue.

    process.max-msg-qbytes

    Specifies the maximum number of bytes of messages on a message queue.