Properties for pools

You can configure thread pools for Process Governance.

複数テナント プロパティとして強調表示されているプロパティを変更できるのは、ARIS Cloud Controller コマンドライン ツールのみです。これらの設定を変更するには、以下のコマンドを入力します。

reconfigure apg_<インストールのサイズ。s、m または l> JAVA-D<プロパティ名>="<値>"

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

Pool size of job service threads

Description

ジョブ サービスに使用されるスレッドの数を指定します。 複数テナントのプロパティは、ARIS Cloud Controller を使用した場合のみ変更できます。詳細は『ARIS Cloud Controller (ACC) Command-line Tool』マニュアルを参照してください。

Key

com.idsscheer.age.job.service.threadsNumber

Valid input

Integer > 0

Default

8

Simulation pool size

Description

シミュレーションが実行されたプロセス インスタンスを含むプールのサイズを指定します。 複数テナントのプロパティは、ARIS Cloud Controller を使用した場合のみ変更できます。詳細は『ARIS Cloud Controller (ACC) Command-line Tool』マニュアルを参照してください。

Key

com.idsscheer.age.simulation.instanceExecutorsPool.size

Valid input

Integer > 0

Default

5

Pool size of dispatch worker threads

Description

割り当てられた作業員に対応するプールのサイズの指定 複数テナントのプロパティは、ARIS Cloud Controller を使用した場合のみ変更できます。詳細は『ARIS Cloud Controller (ACC) Command-line Tool』マニュアルを参照してください。

Key

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

Valid input

Integer > 0

Default

10

Pool size of web service worker threads

Description

Web サービス ワーカー スレッドのプール サイズを指定します。 複数テナントのプロパティは、ARIS Cloud Controller を使用した場合のみ変更できます。詳細は『ARIS Cloud Controller (ACC) Command-line Tool』マニュアルを参照してください。

Key

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

Valid input

Integer > 0

Default

15

Maximum number of connections allowed for a single node

Description

Specifies the maximum number of connections that can be created in the connection pool of the http client for one ARIS サーバー node. 複数テナントのプロパティは、ARIS Cloud Controller を使用した場合のみ変更できます。詳細は『ARIS Cloud Controller (ACC) Command-line Tool』マニュアルを参照してください。

Key

com.age.webservice.abs.connections.pool.size.per.node

Valid input

Integer > 0

Default

10

Total number of connections allowed in connections pool

Description

Specifies the maximum number of connections that can be created in the connection pool of the http client for all ARIS サーバー nodes. 複数テナントのプロパティは、ARIS Cloud Controller を使用した場合のみ変更できます。詳細は『ARIS Cloud Controller (ACC) Command-line Tool』マニュアルを参照してください。

Key

com.age.webservice.abs.connections.pool.size

Valid input

Integer > 0

Default

100