Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.1

...

OptionDescription
Mode

Determines which of the following modes is active: 

  • Auto: Allows Parasoft Test to control parallel processing settings.
  • Manual: Allows you to manually configure parallel processing settings to suit your specific needs.
  • Disabled: Configures Parasoft Test to use only one of the available CPUs.

This can also be specified with the settings localsettings option  parallel.mode=Manual|Auto|Disabled

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 settings localsettings option  parallel.max_threads=<number>

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 settings localsettings option  parallel.free_memory_limit=<percentage>

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 settings localsettings option  parallel.no_memory_limit=true|false

 

Parallel processing settings can be specified using the settings localsettings options provided above. For more details on settingslocalsettings, see see Configuring SettingsLocalsettings.

Here is an example of parallel processing settings in settings localsettings file:

Code Block
parallel.mode=Manual 
parallel.max_threads=4 
parallel.free_memory_limit=25 
parallel.no_memory_limit=false