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

# Recycler le pool d'applications Devolutions Server chaque nuit

La valeur par défaut définie dans les paramètres ***Regular Time Interval*** des paramètres avancés d'un pool d'applications IIS est utilisée pour recycler le pool d'applications toutes les 29 heures. Il est parfois nécessaire de recycler le pool d'applications chaque nuit afin d'éviter qu'une application web devienne non réactive.

1. Ouvrez le Gestionnaire IIS.
2. Développez l'arborescence et sélectionnez le nœud ***Application Pools***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4135.png" alt=""><figcaption></figcaption></figure>
3. Sélectionnez le pool d'applications Devolutions Server et ouvrez le menu ***Advanced Settings*** depuis le volet Actions à droite.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4136.png" alt=""><figcaption></figcaption></figure>
4. Faites défiler la liste vers le bas et définissez le paramètre ***Regular Time Interval*** à la valeur 0.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4137.png" alt=""><figcaption></figcaption></figure>
5. Sélectionnez le paramètre ***Specific Times*** et cliquez sur le bouton représentant des points de suspension.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4138.png" alt=""><figcaption></figcaption></figure>
6. Cliquez sur le bouton ***Ajouter*** dans la boîte de dialogue ***TimeSpan Collection Editor*** pour ajouter une nouvelle entrée.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4139.png" alt=""><figcaption></figcaption></figure>
7. Définissez l'heure à laquelle le pool d'applications sera recyclé. Cette heure doit être saisie au format 24 heures. La capture d'écran suivante est configurée pour recycler le pool chaque nuit à 1h00.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4140.png" alt=""><figcaption></figcaption></figure>
8. Enfin, cliquez sur ***OK*** pour enregistrer la modification.


---

# 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:

```
GET https://docs.devolutions.net/server/fr/knowledge-base/how-to-articles/recycle-devolutions-server-application-pool-nightly.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.
