ERROR:
Warning!!! Due to high volume of data, got out of memory exception
Please retry with scalable option or modify the Data template to run in scalable mode.
Cause:
While running a BI publisher report we normally uses XDODTE executable which is nothing but a java executable, It runs on a JVM. Sometimes when the JVM is overloaded with process it throws below error.
Solution:
This issue can be resolved by running the concurrent program with jvm options
Navigate
System Administration-->concurrent-->Program-->Define
and change the option for a suitable jvm value such as
-Xss2560k -Xmx2560m
Warning!!! Due to high volume of data, got out of memory exception
Please retry with scalable option or modify the Data template to run in scalable mode.
Cause:
While running a BI publisher report we normally uses XDODTE executable which is nothing but a java executable, It runs on a JVM. Sometimes when the JVM is overloaded with process it throws below error.
Solution:
This issue can be resolved by running the concurrent program with jvm options
Navigate
System Administration-->concurrent-->Program-->Define
and change the option for a suitable jvm value such as
-Xss2560k -Xmx2560m