> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/knowledge-base/how-to-articles/rdp-session-entry/rdp-sessions-memory-tuning.md).

# Speicheroptimierung für RDP-Sitzungen

Standardmäßig reserviert das RDP-Protokoll bereits beim Start einer Sitzung einen erheblichen Teil des Speichers zu Caching-Zwecken, aber wir haben ein gewisses Maß an Kontrolle darüber. In der Registerkarte ***Erfahrung*** der RDP-Sitzung gibt es eine Einstellung ***Cache***, mit der Sie das Verhalten steuern können.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4455.png)

Hier ist, was die einzelnen Modi bewirken:

| WERT          | BESCHREIBUNG                                                                                                                                                                                                   |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Standard      | Verwendet den Wert, der in ***Datei – Einstellungen – Typen – Remote-Desktop – Cache*** festgelegt ist.                                                                                                        |
| Vollmodus     | Das Protokoll ist der vollständige Windows 8 Remote Desktop Protocol-Cache.                                                                                                                                    |
| Thin Client   | Das Protokoll ist auf die Verwendung des RemoteFX-Codecs von Windows 7 mit SP1 und einen kleineren Cache beschränkt. Alle anderen Codecs sind deaktiviert. Dieses Protokoll hat den geringsten Speicherbedarf. |
| Kleiner Cache | Das Protokoll entspricht dem ***Vollmodus***, verwendet jedoch einen kleineren Cache.                                                                                                                          |

Die Wahl von ***Thin Client*** ist daher die Option, die den Speicherverbrauch am stärksten begrenzt, führt jedoch zu einem Downgrade auf die vorherige Version des Protokolls. Der Modus ***Kleiner Cache*** kann für Ihre Anforderungen ausreichen, wenn Sie die neueren Funktionen des RDP-Protokolls benötigen.

Möglicherweise möchten Sie dies für alle Sitzungen festlegen. Gehen Sie in diesem Fall zu ***Datei – Einstellungen – Typen – Remote-Desktop – Cache***, um den Standardwert zuzuweisen, und verwenden Sie dann in all Ihren Sitzungen ***Standard***.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/how-to-articles/rdp-session-entry/rdp-sessions-memory-tuning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
