| Parameter | Description | Minimum/default value | Maximum value |
|---|
| JDBCMaxCount | Maximum number of connections to the Smart Reporting database. | 25 | 300 |
| JDBCMinCount | Minimum number of connections to the Smart Reporting database. | 2 | 50 |
| JDBCTimeout | Timeout of JDBC Connections in seconds. | 300 | 1800 |
| JDBCRecycle | JDBC Connection refresh or recycle time. | 10800 | NA |
| JDBCFetchSize | Default Fetch size for connecting to the Smart Reporting configuration database. | 1000 | NA |
| JDBCVerify | Checks the Smart Reporting database connection by returning the schema. | TRUE | NA |
| JDBCNoLock | Applies NO LOCK to some database queries when using MS SQL Server. | TRUE | NA |
| PSCacheSize | Number of Prepared Statements to cache per connection (maximum). | 20 | NA |
| IsolationLevel | Isolation Level for connecting to the Smart Reporting configuration database. | Serializable | NA |
| DisableHeatBeat | Disables heartbeat (periodic queries) against the Repository database. | FALSE | NA |
| ReportCacheSize | Size of report result set cache in bytes. | 20 | 20 |
| ReportCacheMaxAge | The maximum age of result sets in the report result cache in milliseconds. | 86400000 | 86400000 |
| ImageCacheMaxBytes | Maximum size of image memory cache in bytes. | 52428800(50 MB) | 52428800(50 MB) |
| ReportDefinitionCacheSize | Number of result sets to store in the report result cache. | 1000 |
|
| ReportDefinitionCacheTimeout | Maximum time in milliseconds to store a report definition in the cache | 86400000 |
|
| GeometryCacheSize | Defines how many items are allowed in the cache. GeometryCache is initialized with this size. The default size is 4000. | 4000 |
|
DashboardDefinitionCacheSize | Number of definitions that can be stored in the cache. | 1000 |
|
| DashboardDefinitionCacheTimeout | Maximum timeout in milliseconds for an element in this cache. | 86400000 |
|
| TranslationCacheSize | This specifies how many translation objects should be cached in memory. | 5000 |
|
| TranslationCacheMaxAge | Maximum timeout in milliseconds for an element in this cache. | 86400000 |
|
| CachedFilterCacheMethod | Filter methods for data stored in cache. You can specify one of the following values for CachedFilterCacheMethod: NO_CACHE: No memory caching. Data is loaded from the database each time an hierarchy is requested. CACHE_BY_USER: Cache values by user. CACHE_BY_SOURCE_FILTER: Cache by different source filter values. | CACHE_BY_USER |
|
| CachedFilterCacheSize | Number of cached filter entries that can be stored in the cache. Unless source substitution or source filters are in use, their is one entry per filter hierarchy. If source substitution or source filters are in use, their may be one entry per user, or source filter value depending on the cache method. Each entry stores the available values for each filter in the hierarchy. | 100 |
|
| CachedFilterCachePeriod | Maximum timeout in milliseconds for an element in this cache. | 86400000 |
|
| ExecutionQueueConcurrentTasks | Number of reports that can be run concurrently. | 10 |
|
| ExecutionQueueInitialWaitTime | Duration in seconds for which the server will wait to finish a report before the client shows the delivery popup and starts polling. | 5 |
|
| ExecutionQueueMaximumExecutionTime | Maximum time in minutes the reports can run in the execution queue before they are terminated. | 240 |
|
| DisableTaskScheduler | Indicate whether the task scheduler is active. | FALSE |
|
| DisableTaskSchedulerPolling | Set to allow or prevent a node from becoming a Master node. | FALSE |
|
| TaskSchedulerThreads | Number of tasks that can run concurrently. | 5 |
|
| TaskSchedulerMaxThreadQueue | Maximum number of tasks allowed to wait to be executed, if all threads are currently being used. If the value is set below the number of threads, the system will always allocate at least the same number of slots in the queue as the number of threads. | 20 |
|
| MaxThreadsPerTransformationPreviewJob | Number of threads that will be available for each Data Transformation Flow, for internal processing in Preview (edit) mode. | 2 |
|
| MaxBackgroundTransformationThreads | Number of threads that will be available for all Data Transformation Flows, for internal processing during background execution. | 2 |
|