Memory Guard Properties

The Runtime Configuration page lists the default values of the memory guard properties.

Property Description Default Value
Maximum report data size for online reports Limits the data size for online reports. 300MB
Maximum report data size for offline (scheduled) reports Limits the data size for scheduled reports. 500MB
Maximum report data size for bursting reports Limits the data size for bursting reports. Maximum report data size for offline (scheduled) reports
Free memory threshold Ensures a minimum available free memory space. 500MB
Maximum report data size under the free memory threshold Limits the data size of a report when the Free memory threshold property is set to a positive value. free_memory_threshold/10
Minimum time span between garbage collection runs Ensures a minimum time gap in seconds between any two subsequent garbage collection runs. 300 (seconds)
Maximum wait time for free memory to come back above the threshold value Limits the time in seconds for a run-report request to wait for the free JVM memory to exceed the threshold value. This property value takes effect only if you specify a positive value for the Free memory threshold property. If free memory is still below the threshold value after the specified wait time, the run-report request is rejected. 30 (seconds)
Timeout for online reports Specifies the timeout value in seconds for processing an online report (includes the time for data extraction and report generation). 535 (seconds)
Maximum rows for CSV output Limits the rows for reports in CSV format. 1000000