qacli config cpu

Manage the number of CPUs to utilize during analysis.

Usage

cpu {-S <integer>|-L} [--] [-h]

Extended Description

The maximum number of concurrent analysis jobs. By default, if no value has been set (or a value of 0 is used) the number of concurrent analysis jobs will be set to the number of available cores.

Options

Name, shorthand Default Description
--help, -h   Displays usage information and exits.
--ignore-rest, --   Ignores the rest of the labeled arguments following this flag.
--list, -L   Returns the maximum number of concurrent analysis jobs.
--set, --S   Sets the maximum number of concurrent analysis jobs. A value of 0 indicates the default, usually the number of cores.
For Windows, this value cannot exceed 60.

Examples

Limit Analysis

To limit analysis to a single core:

qacli config cpu --set 1

Revert to the Default for the Machine

To revert to the default number of analysis processes for the machine:

qacli config cpu --set 0

List Current Analysis

To output the current number of analysis processes (including a default value if none has previously been specified):

qacli config cpu -–list