Specify the number of threads the Output Generator can start simultaneously

To help you optimize performance of the IXIA CCMS Output Generator, there is a configurable parameter that enables you to limit to a certain value the number of threads the Output Generator can start at the same time.

About this task

After this parameter is set for the first time, any jobs already queued are processed, even if they exceed the new limit.

Procedure

  1. In %OutputGenDir%/conf, check out and open wrapper.conf.
  2. Locate the following line:
    #wrapper.java.additional.3=-Dcom.ixiasoft.outputgenerator.numberofthreads=<nb_worker_threads>
    Note: If this parameter does not exist in wrapper.conf, add it exactly as shown (with no line breaks) in the section headed # Java Additional Parameters.
  3. Delete the # at the beginning of the line.
  4. Replace <nb_worker_threads> with the maximum number of threads to start simultaneously.
  5. Save and check in wrapper.conf.