...
Option | Description |
---|---|
Mode | Determines which of the following modes is active:
This can also be specified with the localsettings settings option |
Maximum number of parallel threads | Available in Manual mode only Specifies the maximum number of parallel threads that can be executed simultaneously. The actual number of parallel threads is determined based on the number of CPUs, available memory, and license settings. This can also be specified with the localsettings settings option |
Free memory limit | Available in Manual mode only Specifies the amount of memory that should be kept free in low memory conditions (expressed as a percentage of the total memory available for the application). This is used to ensure that free memory is available for other processes. This can also be specified with the localsettings settings option |
No limit | Available in Manual mode only Indicates that you do not want to place any restrictions (beyond existing system limitations) on the memory available to Parasoft Test. This can also be specified with the localsettings settings option |
...
Parallel processing settings can be specified using the localsettings settings options provided above. For more details on localsettingssettings, see see Configuring LocalsettingsSettings.
Here is an example of parallel processing settings in localsettings settings file:
Code Block |
---|
parallel.mode=Manual parallel.max_threads=4 parallel.free_memory_limit=25 parallel.no_memory_limit=false |