uCosminexus Service Platform, Setup and Operation Guide
This sub-section describes how to check the occurrence of OutOfMemoryError and the effects of the same.
<INDEXWORD PRONOUNCE="functiontosuppresseffectonbusiness" INDEXITEM="function to suppress effect on business">Function to supress the effect on business</INDEXWORD>
When the memory becomes insufficient due to reasons like the heap size of JavaVM has exceeded upper limit, the "java.lang.OutOfMemoryError" message is displayed. Set the following function to minimize the impact of the OutOfMemoryError on business.
<INDEXWORD PRONOUNCE="pointstobeconsideredduringuocexecution" INDEXITEM="points to be considered during UOC execution">Points to be considered during UOC execution</INDEXWORD>
The resources which are reserved during the execution of UOC are not released even after the process ends. The resulting increase in the load of the entire system makes Java heap insufficient which may lead to the occurrence of OutOfMemoryError.
The following functions use UOC and executing these functions, may lead to the occurrence of the OutOfMemoryError. To prepare for OutOfMemoryError, you must implement processes such as process to release resources appropriately and error processing such as rollback at the time of creating UOC.
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.