> 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/pt/suporte/project-limits.md).

# Limites de projetos

| Funcionalidade                                             | Limite                                                                                                                                                                                                                      |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Tempo limite de compilação                                 | **Padrão:** 180 segundos. Veja [Atualizar o tempo limite de compilação do projeto](/on-premises/pt/gestao-de-utilizadores-e-projetos/project-management.md) para obter mais informações sobre como personalizar este valor. |
| Número máximo de ficheiros por projeto                     | 2000                                                                                                                                                                                                                        |
| Tamanho máximo de material editável por projeto            | **Padrão:** 7 MB. Veja [Variáveis de ambiente](broken://pages/9bf8ed665f5820ec1dfaf0a796003461e0c338a4) para obter mais informações sobre como personalizar este valor.                                                     |
| Tamanho máximo de um ficheiro de texto editável individual | 2 MB\*                                                                                                                                                                                                                      |
| Tamanho máximo de um envio individual                      | 50 MB (configurável através de `MAX_UPLOAD_SIZE`)                                                                                                                                                                           |
| Tamanho máximo do projeto                                  | Ilimitado†                                                                                                                                                                                                                  |
| Número máximo de projetos                                  | Ilimitado                                                                                                                                                                                                                   |

\* Alguns ficheiros maiores podem continuar a ser editáveis em determinadas circunstâncias. No entanto, para garantir que um ficheiro permanece editável, deve limitar o seu tamanho a 2 MB ou menos.

† Não há um limite imposto para o tamanho total do projeto. No entanto, poderá encontrar algumas limitações técnicas ao trabalhar com projetos muito grandes. Recomendamos um tamanho máximo de projeto de 500 MB, ou inferior a 100 MB se estiver a utilizar o nosso [integração Git](https://www.overleaf.com/learn/how-to/Git_integration). Projetos acima destes tamanhos podem funcionar, mas manter-se dentro destes limites dar-lhe-á a melhor გამოცდილidade.


---

# 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/pt/suporte/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.
