Level:
Purpose: When CAS reports in the logs that is running out of memory or already has run out.
Scenario: The CAS logs printed:
java.lang.OutOfMemoryError: unable to create new native thread
Resolution: CAS doesn't print an out of memory line for another 60 mins.
Manual Action Steps: CAS is on the handlers and sometimes one. Use this page to see where CAS is deployed for your investigation.
If there are two CAS's then you may be able to perform a restart of CAS for one handler without affecting the other.
ansible-playbook -i ../env-configuration/server/hosts.ini --vault-id @prompt cas.yml --extra-vars="actions='stop'" --limit="apps1"
ssh scotty@serverappsX.err "ps aux | grep cas"
ssh scotty@atcappsX.atc "ps aux | grep cas"
ssh scotty@extappsX.ext "ps aux | grep cas"
ssh scotty@scoapps1.err "ps aux | grep cas"
ssh scotty@scolb1.err "ps aux | grep cas"
ansible-playbook -i ../env-configuration/server/hosts.ini --vault-id @prompt cas.yml --extra-vars="actions='start'" --limit="apps1"
Auto Clear: Not sure, it might auto clear… Restart just in case.