Versions Compared

Key

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

Request Queue Size

Report The report server places all requests in the 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.

Specify an integer value that is greater than zero.

New The new value set for this property will come into effect after the server re-startrestart.

Default: 1000

Example: QUEUE_SIZE=1000

...

This is the number of records to be fetched from the data source at a time simultaneously (in one read).  Specify a positive integer.

...

Example: DATA_SOURCE_FETCH_SIZE=50

...

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#DEEBFF

Note

The value set in this property will not remain effective for the MySQL database.

 

Sort Area Size Per Exec (rows)

This property is to set sets the number of records that can reside in memory for all sort report threads of a reportProperty It can be given a value more greater than 0.

Default: 600

Example: SORT_AREA_SIZE_PER_EXEC=600

Panel
panelIconIdatlassian-note

...

panelIcon:note:
bgColor#DEEBFF

Note

Sort Area Size Per Exec property will

...

coordinate with the Sort Threads Per Exec property, property explained later on the page.

 

Scheduler Job Dispatch Queue Size

This property is to set sets the maximum number of jobs that can be spawned at a time.   A valid value is zero or any positive integer.

New The new value set for this property will come into effect after the server re-startrestart.

Default: 50

Example: SCHD_JOB_DISPATCH_QUEUE_SIZE=50

Chunks in Memory

Number A number of report pages page chunks that can reside in memory. Report The report server will stream each chunk to the viewer as soon as it is rendered. Specify a value that is more than 2.

...

Output Buffer Size (nKB or nMBMB)

The maximum size of MEMORY to be used to store report output chunks. Specify in terms of MB or KB.

...

Clone User System Params

This property is defined to enable/disable as turning on/off the cloning of User & and System Parameters across the detail sections. The cloning is required only if this installation is upgraded from version 3. Configure 3—Configure Disable for newer installations for memory efficiency.

...

This is the maximum memory that can be used for the IRL (report layout) cache.  This It can be specified in terms of the number of IRLs , or memory size (KB, MB).

Default: 10

...

This is the number of threads to be created (per report request) at runtime to perform sorting of sort records. This property is hot deployed.

...

Utility Thread Pool Initial Size

Utility threads are used to carryout internal processes by Intellicus Report Server.  Kyvos Reporting Report Server uses utility threads to carry out internal processes. This property defines the 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)

This property defines the waiting time for an extended thread (created on demand post-initialization) from the pool after which before it will be is purged.   Specify a value in seconds.

Default: 50

Example: UTILITY_THREAD_POOL_PURGE_TIME=50

Field Lookup Max Values

Count The count of Maximum Lookup values fetched from the database for a Query Object column is configurable.   This will reduce the loading time of a query object in Ad hoc wizard/Run and of lookup Values.

...