This document has not been formally reviewed for accuracy and is provided "as is" for your convenience.
Summary
We are getting “Java Heap memory” and “GC overhead limit exceeded” errors in stage.log
Fix
1.Open the stage.ini file: vi $PMDB_HOME/config/startup/stage.ini
2. Change the following parameter and save the file:
From: -Xmx256M
To: -Xmx1024M
3. Stop/start Orchestration, Job Manager and Task Manager services.
4. Monitor the OBR to see if the issue stops occurring.