# Resource Requirements

The following resources should be allocated to the Kubernetes Cluster, based on the Digma sizing specification.

### Sizing Table

| Szie     | CPU | RAM (GB) |
| -------- | --- | -------- |
| `Small`  | 10  | 16       |
| `Medium` | 14  | 20       |
| `Large`  | 16  | 20       |

#### Sizing considerations:

It is recommended to avoid using Spot Instances or the T class of instances in AWS which are limited and throttled in CPU/IO


---

# 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.digma.ai/digma-developer-guide/installation/central-on-prem-install/resource-requirements.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.
