...
Report server places all requests in queue before executing them. This This property is to set maximum number of requests that can be queued. After After the queue is filled, server ignores all client requests, until number of requests in queue is reduced to a number less than the property value.
...
Example: DATA_SOURCE_FETCH_SIZE=50
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note |
...
Value set in this property will not remain effective for MySQL database. |
Sort Area Size Per Exec (rows)
...
Example: SORT_AREA_SIZE_PER_EXEC=600
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note Sort Area Size Per Exec property will work in coordination with Sort Threads Per Exec property explained later on the page. |
Scheduler Job Dispatch Queue Size
...
Utility threads are used to carryout internal processes by Intellicus Kyvos Reporting Report Server. This property defines initial size of utility threads.
...
Example: UTILITY_THREAD_POOL_INITIAL_SIZE=5
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note If all the threads are busy, new threads will be automatically created. |
...
Utility Thread Pool Purge Time (seconds)
...