Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ uninterruptible threads. The run‑queue length is derived from

## Impact

* Moderate CPU contention inside the guest. Latency may spike but workload still
* Moderate CPU contention inside the guest VM. Latency might spike but workload still
progresses.

* An early signal that the VM might need additional vCPUs or that a short‑lived
Expand All @@ -32,19 +32,19 @@ process is causing bursts.

4. **Verify vCPU allocation**
```bash
oc get vmi $VM -ojsonpath='{.spec.domain.cpu}'
$ oc get vmi $VM -ojsonpath='{.spec.domain.cpu}'
```

## Mitigation

* **Immediately:** Consider live-migrating the VM to a node under a lighter
load,
or throttle demanding processes.
* **Short term:** Hot-plug or increase vCPU limit; tune application thread
* **Short term:** Hot plug or increase vCPU limit; tune application thread
pools.
* **Long term:** Implement horizontal scaling (HPA/KEDA, VMReplicaSet);
review placement rules.

If you cannot resolve the issue, log in to the
[Customer Portal](https://access.redhat.com) and open a support case,
[Red Hat Customer Portal](https://access.redhat.com) and open a support case,
attaching the artifacts gathered during the diagnosis procedure.