Apama Analytics Builder 10.6.6 | Using Apama Analytics Builder for Cumulocity IoT | Model Simulation | Configuring the maximum number of simulation models
 
Configuring the maximum number of simulation models
By default, a maximum of 3 simulation models can be deployed at a time.
If you want to change this default value (to deploy either more or fewer simulation models at a time), you need to change the tenant options. That is, you need to send a POST /tenant/options request. For detailed information, see the information on tenants in the Reference guide at https://www.cumulocity.com/guides/.
For example, specify the following to set the value to 5:
{
"category": "analytics.builder",
"key": "simulation.maxInstances",
"value": "5"
}
See also Configuration.