> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/zh-cn/zhi-chi/project-limits.md).

# 项目限制

| 功能             | 限制                                                                                                                 |
| -------------- | ------------------------------------------------------------------------------------------------------------------ |
| 编译超时           | **默认：** 180 秒。请参见 [更新项目编译超时](/on-premises/zh-cn/yong-hu-he-xiang-mu-guan-li/project-management.md) 了解有关自定义此值的更多信息。 |
| 每个项目的最大文件数     | 2000                                                                                                               |
| 每个项目可编辑内容的最大大小 | **默认：** 7 MB。请参见 [环境变量](broken://pages/df1f72ddbcacf0355ba49cdffda8469220812a73) 了解有关自定义此值的更多信息。                   |
| 单个可编辑文本文件的最大大小 | 2 MB\*                                                                                                             |
| 单个上传文件的最大大小    | 50 MB（可通过以下方式配置： `MAX_UPLOAD_SIZE`)                                                                                |
| 项目最大大小         | 无限制†                                                                                                               |
| 项目最大数量         | 无限制                                                                                                                |

\* 在某些情况下，某些较大的文件仍可能保持可编辑。不过，为确保文件保持可编辑，您应将其大小限制为 2 MB 或更小。

† 项目总大小没有强制限制。不过，在处理非常大的项目时，您可能会遇到一些技术限制。我们建议项目最大大小为 500 MB；如果使用我们的 [Git 集成](https://www.overleaf.com/learn/how-to/Git_integration)。超过这些大小的项目可能也能正常工作，但保持在这些限制内可为您带来最佳体验。


---

# 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://ayakaleaf-pro.ayaka.space/on-premises/zh-cn/zhi-chi/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.
