This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.
Summary
Increase Orchestration service memory
Error
Exception in thread "C3P0PooledConnectionPoolManager[identityToken->1ahq14t9q1gaajgjqcnypb|64a74111]-HelperThread-#1" java.lang.OutOfMemoryError: Java heap space
Fix
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
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