This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.
Summary
Orchestration service memory leak
Error
In abc.hprof file:
Exception in thread "C3P0PooledConnectionPoolManager[identityToken->1ahq14t9q1gaajgjqcnypb|64a74111]-HelperThread-#1" java.lang.OutOfMemoryError: Java heap space
Cause
Java memoery is only 1g and in some cases is not enough if amount of processed data is huge.
Fix
Please increase the Heap memory to 4GB:
1)Stop HPE_PMDB_Platform_Orchestration service
2)Take back up of $PMDB_HOME/bin/hpbsm_pmdb_abc_start.sh file
3)Edit the file $PMDB_HOME/bin/hpbsm_pmdb_abc_start.sh to add -XX:-UseGCOverheadLimit option to JVM_ARGS like below
JVM_ARGS="-Xmx4g -XX:-UseGCOverheadLimit .....
4) Restart HPE_PMDB_Platform_Orchestration service