> 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/server/de/knowledge-base/how-to-articles/recycle-devolutions-server-application-pool-nightly.md).

# Devolutions Server-Anwendungspool nächtlich recyceln

Der Standardwert, der in den Parametern ***Regelmäßiges Zeitintervall*** der erweiterten Einstellungen eines IIS-Anwendungspools festgelegt ist, wird verwendet, um den Anwendungspool alle 29 Stunden zu recyceln. Manchmal müssen wir den Anwendungspool nachts recyceln, um eine nicht reagierende Webanwendung zu vermeiden.

1. Öffnen Sie den IIS-Manager.
2. Erweitern Sie die Baumstruktur und wählen Sie den Knoten ***Anwendungspools*** aus.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4135.png" alt=""><figcaption></figcaption></figure>
3. Wählen Sie den Devolutions Server-Anwendungspool aus und öffnen Sie das Menü ***Erweiterte Einstellungen*** im Bereich Aktionen auf der rechten Seite.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4136.png" alt=""><figcaption></figcaption></figure>
4. Scrollen Sie in der Liste nach unten und setzen Sie das ***Regelmäßige Zeitintervall*** auf den Wert 0.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4137.png" alt=""><figcaption></figcaption></figure>
5. Wählen Sie den Parameter ***Bestimmte Zeiten*** aus und klicken Sie auf die Schaltfläche mit den Auslassungspunkten.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4138.png" alt=""><figcaption></figcaption></figure>
6. Klicken Sie im Dialog ***TimeSpan-Sammlungs-Editor*** auf die Schaltfläche ***Hinzufügen***, um einen neuen Eintrag hinzuzufügen.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4139.png" alt=""><figcaption></figcaption></figure>
7. Legen Sie die Zeit fest, zu der der Anwendungspool recycelt wird. Diese Zeit muss im 24-Stunden-Format angegeben werden. Der folgende Screenshot ist so eingestellt, dass jede Nacht um 1:00 Uhr recycelt wird.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4140.png" alt=""><figcaption></figcaption></figure>
8. Klicken Sie schließlich auf ***OK***, um die Änderung zu speichern.


---

# 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/server/de/knowledge-base/how-to-articles/recycle-devolutions-server-application-pool-nightly.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.
