You are running SSP or Avi Operations and have encountered an alarm with any of the following description:
The memory usage of AI Assistant Platform {{ .ResourceID }}/{ pod } is currently { value }%, which is above the threshold value.
Example:
The memory usage of AI Assistant Platform intelligent-assist-tutor/intelligent-assist-tutor-7c874cfb56-lvrg4 is currently 93%, which is above the threshold value.
{ pod } is dynamic and will be prefixed by the service name as shown above.{ value } will be dynamic and will represent the current memory usage of the { pod }.vDefend SSP Version: 5.2 and later
Avi Operations: 5.2 and later
The current memory limits for {.ResourceID} is not enough to process the current load.
Steps to resolve:
Try re-starting the deployment/statefulset. This should take care of any transient issues. This will impact any ongoing chat conversations.
Log into SSP-Installer using 'sysadmin' credentials
Get the pod name for the {{ .ResourceID }} , using 'k -n nsxi-platform get pods | grep {{ .ResourceID }}'
k -n nsxi-platform get pod <pod-name> -o jsonpath='{.metadata.ownerReferences[0].kind}'
Confirm the output is ReplicaSet and run:
k -n nsxi-platform rollout restart deployment {{ .ResourceID }}
Wait for ~20 minutes and check if the alarm is auto-resolved. (Run 'k -n nsxi-platform get pods' - to check restarted pod are up)