> 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/fr/support/project-limits.md).

# Limites de projet

| Fonctionnalité                                           | Limite                                                                                                                                                                                                                                            |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Délai de compilation                                     | **Par défaut :** 180 secondes. Voir [Mise à jour du délai d'expiration de compilation du projet](/on-premises/fr/gestion-des-utilisateurs-et-des-projets/project-management.md) pour plus d'informations sur la personnalisation de cette valeur. |
| Nombre maximal de fichiers par projet                    | 2000                                                                                                                                                                                                                                              |
| Taille maximale du contenu modifiable par projet         | **Par défaut :** 7 Mo. Voir [variables d’environnement](broken://pages/2121f673dfb0a20b4a1f166309f20f214e461f2d) pour plus d'informations sur la personnalisation de cette valeur.                                                                |
| Taille maximale d'un fichier texte modifiable individuel | 2 Mo\*                                                                                                                                                                                                                                            |
| Taille maximale d'un envoi individuel                    | 50 Mo (configurable via `MAX_UPLOAD_SIZE`)                                                                                                                                                                                                        |
| Taille maximale du projet                                | Illimité†                                                                                                                                                                                                                                         |
| Nombre maximal de projets                                | Illimité                                                                                                                                                                                                                                          |

\* Certains fichiers plus volumineux peuvent rester modifiables dans certaines circonstances. Cependant, pour garantir qu'un fichier reste modifiable, vous devriez limiter sa taille à 2 Mo ou moins.

† Aucune limite n'est imposée à la taille totale du projet. Cependant, vous pouvez rencontrer certaines limitations techniques lorsque vous travaillez sur de très grands projets. Nous recommandons une taille maximale de projet de 500 Mo, ou de moins de 100 Mo si vous utilisez notre [intégration Git](https://www.overleaf.com/learn/how-to/Git_integration). Les projets dépassant ces tailles peuvent fonctionner, mais rester dans ces limites vous offrira la meilleure expérience.


---

# 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/fr/support/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.
