> 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/es/soporte/project-limits.md).

# Límites de proyectos

| Característica                                           | Límite                                                                                                                                                                                                                                          |
| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Tiempo de espera de compilación                          | **Predeterminado:** 180 segundos. Consulte [Actualizar el tiempo de espera de compilación del proyecto](/on-premises/es/gestion-de-usuarios-y-proyectos/project-management.md) para obtener más información sobre cómo personalizar este valor. |
| Número máximo de archivos por proyecto                   | 2000                                                                                                                                                                                                                                            |
| Tamaño máximo de material editable por proyecto          | **Predeterminado:** 7 MB. Consulte [variables de entorno](broken://pages/4a912932030f1966f8f1111af23b1b82edbacda9) para obtener más información sobre cómo personalizar este valor.                                                             |
| Tamaño máximo de un archivo de texto editable individual | 2 MB\*                                                                                                                                                                                                                                          |
| Tamaño máximo de una carga individual                    | 50 MB (configurable mediante `MAX_UPLOAD_SIZE`)                                                                                                                                                                                                 |
| Tamaño máximo del proyecto                               | Ilimitado†                                                                                                                                                                                                                                      |
| Número máximo de proyectos                               | Ilimitado                                                                                                                                                                                                                                       |

\* Algunos archivos más grandes pueden seguir siendo editables en determinadas circunstancias. Sin embargo, para asegurarte de que un archivo siga siendo editable, debes limitar su tamaño a 2 MB o menos.

† No hay un límite aplicado sobre el tamaño total del proyecto. Sin embargo, es posible que encuentres algunas limitaciones técnicas al trabajar con proyectos muy grandes. Recomendamos un tamaño máximo de proyecto de 500 MB, o menos de 100 MB si utilizas nuestro [integración con Git](https://www.overleaf.com/learn/how-to/Git_integration). Los proyectos por encima de estos tamaños pueden funcionar, pero permanecer dentro de estos límites te dará la mejor experiencia.


---

# 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/es/soporte/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.
