Previous Topic: Operational Limits

Next Topic: Search Profiles

Limit the Number of Concurrent Operations

You can restrict the maximum number of DSA operations in progress at the same time. This number includes operations that the DSA has waiting for completion in an internal queue, and is usually a lot bigger than the number of user threads.

To limit the number of concurrent operations on a DSA

  1. Open the limits configuration file in a text editor.
  2. Add the following command:
    set max-local-ops = number-operations;
    
  3. Save the file, and then stop and start the DSA.

More information:

set max-local-ops Command