# Metric: GPU KV Cache Usage

Rule of Thumb for GPU KV Cache Utilization:

{% hint style="success" %}
According to [NVIDIA NIM Operator documentation](https://docs.nvidia.com/nim-operator/latest/service.html), a threshold of 50% is recommended as a default for scaling triggers.
{% endhint %}

<table><thead><tr><th width="146.6666259765625">Utilixation Range</th><th>Description</th></tr></thead><tbody><tr><td>0% - 30%</td><td>Low usage - resources are under-utilized</td></tr><tr><td>30% - 70%</td><td>Medium usage - healthy range under normal load</td></tr><tr><td>70% - 90%+</td><td>High usage - risk of cache eviction or inference slowdowns</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/deka-gpu/deka-gpu-autoscaling/keda-autoscalling/example-autoscaling-vllm-with-keda-based-on-gpu-kv-cache-usage/metric-gpu-kv-cache-usage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
