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.
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
Xss Sets the JVM to 2.5GB .
Xmx Sets heap size to 2.5 GB. ( For 32 bit JVM this is the maximum memory which can be allocated).
Now run the concurrent program again and your issue will be resolved.
No comments:
Post a Comment