> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/it/supporto/project-limits.md).

# Limiti dei progetti

| Funzionalità                                                | Limite                                                                                                                                                                                                                                |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Timeout di compilazione                                     | **Predefinito:** 180 secondi. Vedi [Aggiornamento del timeout di compilazione del progetto](/on-premises/it/gestione-di-utenti-e-progetti/project-management.md) per ulteriori informazioni sulla personalizzazione di questo valore. |
| Numero massimo di file per progetto                         | 2000                                                                                                                                                                                                                                  |
| Dimensione massima del materiale modificabile per progetto  | **Predefinito:** 7 MB. Vedi [variabili d'ambiente](broken://pages/8f3e20da24bf1be3ac35e9699719bd3cb2ef3c6a) per ulteriori informazioni sulla personalizzazione di questo valore.                                                      |
| Dimensione massima di un singolo file di testo modificabile | 2 MB\*                                                                                                                                                                                                                                |
| Dimensione massima di un singolo caricamento                | 50 MB (configurabile tramite `MAX_UPLOAD_SIZE`)                                                                                                                                                                                       |
| Dimensione massima del progetto                             | Illimitato†                                                                                                                                                                                                                           |
| Numero massimo di progetti                                  | Illimitato                                                                                                                                                                                                                            |

\* Alcuni file più grandi potrebbero rimanere modificabili in determinate circostanze. Tuttavia, per garantire che un file rimanga modificabile, dovresti limitarne la dimensione a 2 MB o meno.

† Non esiste un limite imposto alla dimensione totale del progetto. Tuttavia, potresti riscontrare alcune limitazioni tecniche quando lavori con progetti molto grandi. Raccomandiamo una dimensione massima del progetto di 500 MB, o inferiore a 100 MB se utilizzi il nostro [integrazione Git](https://www.overleaf.com/learn/how-to/Git_integration). I progetti oltre queste dimensioni potrebbero funzionare, ma restare entro questi limiti ti offrirà la migliore esperienza.


---

# 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://overleaf-pro.ayaka.space/on-premises/it/supporto/project-limits.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.
