Skip to content

Start options

dmonsch edited this page Nov 8, 2019 · 2 revisions

There are several different startup options that change the behavior of the REST interface. These are listed and explained below.

  1. --concurrentSimulations INT - Specifies the number of simulations to run simultaneously. By default, the value is set to 3 and if this value is set higher, you should make sure that the available resources are sufficient.

  2. --simulationMemory INT - Defines for how many completed simulations the results should be kept in memory. When this number is reached, the results of old simulations are gradually discarded.

  3. --clearEnabled BOOLEAN - Allows you to globally prohibit the deletion of all simulation data via the REST interface. Especially if the interface is used by more than one user, this option can be very helpful.

  4. --parallelRepetitionsEnabled BOOLEAN - Since there are still some problems with the parallelization of simulation repetitions (not simulations!) at the moment, it is possible with the help of this option to disable them generally.

  5. --concurrentRepetitions INT - If parallel repetitions are enabled, this option specifies the maximum number of repetitions that can be executed concurrently.

Clone this wiki locally