Level: Major
Purpose: Alerts us when an application is using more RAM than expected
Scenario: Free RAM on <application> has been less than 10% for 10m.
Resolution: Review how much ram is used by the application and whether more is required.
Manual Action Steps: If the app needs more RAM then increase the size in the java options from the startup script (make sure to edit the env configuration also). Example
java -Xms256m -Xmx2048m
Auto Clear: Will clear when resolved