# Max Memory monitor

The Max Memory monitor checks if the amount or memory used in your Redis instance has grown over a certain limit. This monitor is quite important to activate on production systems as it will alert in time for upgrading or cleaning the Redis instance before it becomes full and it starts malfunctioning.

<figure><img src="/files/33CZ9PhK4jsl97kUkf2L" alt=""><figcaption></figcaption></figure>

The recommended threshold should be something around 80% of its full capacity. As all Redis hosts do not always report the maximum memory capacity, this monitor requires you to specify a certain amount of Megabytes that would be your threshold. Remember that 1Gb is about 1024Mb.


---

# 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.taskforce.sh/monitoring/max-memory-monitor.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.
