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

# Riciclare ogni notte il pool di applicazioni di Devolutions Server

Il valore predefinito impostato nel parametro ***Regular Time Interval*** delle impostazioni avanzate di un pool di applicazioni IIS viene utilizzato per riciclare il pool di applicazioni ogni 29 ore. A volte è necessario riciclare il pool di applicazioni ogni notte per evitare di ottenere un'applicazione web non reattiva.

1. Apra IIS Manager.
2. Espanda l'albero e selezioni il nodo ***Application Pools***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4135.png" alt=""><figcaption></figcaption></figure>
3. Selezioni il pool di applicazioni di Devolutions Server e apra il menu ***Advanced Settings*** dal riquadro Actions sulla destra.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4136.png" alt=""><figcaption></figcaption></figure>
4. Scorra l'elenco fino in fondo e imposti ***Regular Time Interval*** sul valore 0.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4137.png" alt=""><figcaption></figcaption></figure>
5. Selezioni il parametro ***Specific Times*** e clicchi sul pulsante con i puntini di sospensione.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4138.png" alt=""><figcaption></figcaption></figure>
6. Clicchi sul pulsante ***Add*** nella finestra di dialogo ***TimeSpan Collection Editor*** per aggiungere una nuova voce.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4139.png" alt=""><figcaption></figcaption></figure>
7. Imposti l'orario in cui il pool di applicazioni verrà riciclato. Questo orario deve essere impostato nel formato 24 ore. La schermata seguente è impostata per riciclare ogni notte all'1:00.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4140.png" alt=""><figcaption></figcaption></figure>
8. Infine, clicchi su ***OK*** per salvare la modifica.


---

# 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/it/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.
