What properties are available for pools?

You can configure thread pools for Process Governance.

Properties that are highlighted as cross-tenant properties can only be changes using ARIS Cloud Controller Command-line Tool. To change these settings enter the following:

reconfigure apg_<size of your installation, s, m, or l> JAVA-D<property name>="<value>"

Example

reconfigure apg_m JAVA-Dcom.idsscheer.age.activity.ws.call.timeout="https://myserver.com"

This is where you find an overview of keys and value pairs:

Key

Description

Valid input

Example

com.idsscheer.age.job.service.threadsNumber

Pool size of job service threads

Specifies the number of threads to be used by the job service. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. The default value is 8.

Integer > 0

8

com.idsscheer.age.simulation.instanceExecutorsPool.size

Simulation pool size

Specifies the size of the pool containing simulated process instances. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. The default value is 5.

Integer > 0

5

com.idsscheer.age.xe.dispatch.workersPool.size

Pool size of dispatch worker threads

Specifies the pool size for dispatch worker threads. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual. The default value is 10.

Integer > 0

10

com.idsscheer.age.xe.webservice.jobs.pool.size

Pool size of web service worker threads

Specifies the pool size for web service worker threads. The default value is 15. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

15