Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

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
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

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
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

Note

If all the threads are busy, new threads will be automatically created.

...

Utility Thread Pool Purge Time (seconds)

...