Technical references : Administration : Performance : Additional Scheduler settings
Additional Scheduler settings
In addition to the basic Scheduler settings, the following parameters are available for fine-tuning Scheduler operations. We advise to run the Scheduler on a separate application server, if you want to deviate from the default settings. For a description of these fields, refer to the table below.
Parameter
Description
MaxCached Sessions PerAccount
(nl.planon.maxcached sessionsperaccount)
Sets the maximum number of cached sessions per account. The default value is 5 which can be extended to maximum 25.
MaxConcurrentJobs
(nl.planon.max concurrentjobs)
The maximum number of concurrent jobs to be used by the scheduler.
The default value is 10 which can be extended up to maximum 50 with 25 being an optimum value. If the value exceeds 25, it needs to be tested in the customer environment to check for issues, if any.
The optimal value depends on the deployment and the usage of the products.
Applying the additional Scheduler settings
To apply these settings open the jboss-wrapper-default.conf file which is available in: ...\Server\tanuki\appserver\conf
1. Open jboss-wrapper-default.conf in a text editor
2. Under # Java Additional Parameters, add the parameters
(digits are examples):
wrapper.java.additional.nr=-Dnl.planon.maxcachedsessionsperaccount=4
wrapper.java.additional.nr=-Dnl.planon.maxconcurrentjobs=3