> 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/zh-tw/zhi-yuan/project-limits.md).

# 專案限制

| 功能             | 限制                                                                                                                        |
| -------------- | ------------------------------------------------------------------------------------------------------------------------- |
| 編譯逾時時間         | **預設：** 180 秒。請參閱 [更新專案編譯逾時時間](/on-premises/zh-tw/shi-yong-zhe-yu-zhuan-an-guan-li/project-management.md) 以了解更多關於自訂此值的資訊。 |
| 每個專案的檔案數上限     | 2000                                                                                                                      |
| 每個專案可編輯內容的大小上限 | **預設：** 7 MB。請參閱 [環境變數](broken://pages/1176e522300f7d14ed525f52b4de6bfc6c57e32f) 以了解更多關於自訂此值的資訊。                          |
| 單一可編輯文字檔的大小上限  | 2 MB\*                                                                                                                    |
| 單一上傳檔案的大小上限    | 50 MB（可透過以下方式設定： `MAX_UPLOAD_SIZE`)                                                                                       |
| 專案大小上限         | 無上限†                                                                                                                      |
| 專案數上限          | 無上限                                                                                                                       |

\* 在某些情況下，某些較大的檔案可能仍可編輯。不過，為了確保檔案保持可編輯，您應將其大小限制在 2 MB 或以下。

† 專案總大小沒有強制限制。不過，在處理非常大型的專案時，您可能會遇到一些技術限制。我們建議專案大小上限為 500 MB；如果使用我們的，則建議少於 100 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://overleaf-pro.ayaka.space/on-premises/zh-tw/zhi-yuan/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.
