How do we set the Memory Guard parameter MEMORY_GOVERNOR_MODE in OBIEE 11.1.1.9.5?
The ONLINE_REPORT_MAX_DATA_SIZE parameter setting works and stops large reports from running, but the setting for MEMORY_GOVERNOR_MODE in the xmlp-server-config.xml is currently set as ‘test’, hence would assume that Memory Guard should only be logging the exceptions not actually stopping the reports. Changing the value to ‘production’ seems to have no effect.
I have tried putting the value in the xmlp-server-config.xml file, but the settings in this file seem to have no effect.
<property name="ONLINE_REPORT_MAX_DATA_SIZE" value="40000000"/>
<property name="ONLINE_REPORT_FREE_MEMORY_THREASHOLD" value="100000"/>
<property name="ONLINE_REPORT_MAX_DATA_SIZE_UNDER_FREE_MEMORY_THREASHOLD" value="1000000"/>