AI Assistant Platform CPU usage is high or very high
search cancel

AI Assistant Platform CPU usage is high or very high

book

Article ID: 413762

calendar_today

Updated On:

Products

VMware vDefend Firewall VMware vDefend Firewall with Advanced Threat Prevention VMware Avi Load Balancer

Issue/Introduction

You are running SSP or Avi Operations and have encountered an alarm with any of the following description:

The CPU usage of AI Assistant Platform {.ResourceID}/{ pod } is currently { value }%, which is above the threshold value.

  • The {.ResourceID } is dynamic and will be prefixed by the service name as shown above.
  • The { value } will be dynamic and will represent the current memory usage of the { pod }.

Example:

The CPU usage of AI Assistant Platform intelligent-assist-tutor/intelligent-assist-tutor-7c874cfb56-lvrg4 is currently 93%, which is above the threshold value.

Environment

vDefend SSP Version: 5.2 and later

Avi Operations: 5.2 and later

Cause

The current CPU limits for {.ResourceID } is not enough to process the current load.

 

Resolution

High CPU usage should be temporary and may restore on its own. Try re-starting the deployment/statefulset. This should take care of any transient issues. This will impact any ongoing chat conversations.

  1. Log into SSP-Installer using 'sysadmin' credentials

  2. 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}'
  1. Confirm the output is ReplicaSet and run:

k -n nsxi-platform rollout restart deployment {{ .ResourceID }} 
  1. Alarm should be resolved in 10 mins.