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

# 프로젝트 제한

| 기능                      | 제한                                                                                                                                                 |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| 컴파일 시간 제한               | **기본값:** 180초. 참조 [프로젝트 컴파일 제한 시간 업데이트](/on-premises/ko/user-and-project-management/project-management.md) 이 값을 사용자 지정하는 방법에 대한 자세한 내용은 다음을 참조하세요. |
| 프로젝트당 최대 파일 수           | 2000                                                                                                                                               |
| 프로젝트당 편집 가능한 자료의 최대 크기  | **기본값:** 7MB. 참조 [환경 변수](broken://pages/ffe9daaecbb98440a17d76d0b7cb1429004a6e22) 이 값을 사용자 지정하는 방법에 대한 자세한 내용은 다음을 참조하세요.                          |
| 개별 편집 가능한 텍스트 파일의 최대 크기 | 2MB\*                                                                                                                                              |
| 개별 업로드의 최대 크기           | 50MB(다음을 통해 구성 가능 `MAX_UPLOAD_SIZE`)                                                                                                               |
| 프로젝트 최대 크기              | 무제한†                                                                                                                                               |
| 최대 프로젝트 수               | 무제한                                                                                                                                                |

\* 일부 더 큰 파일은 특정 상황에서 계속 편집 가능할 수 있습니다. 하지만 파일이 계속 편집 가능하도록 하려면 크기를 2MB 이하로 제한해야 합니다.

† 전체 프로젝트 크기에 대해 강제되는 제한은 없습니다. 그러나 매우 큰 프로젝트를 작업할 때 몇 가지 기술적 제한을 겪을 수 있습니다. 최대 프로젝트 크기는 500MB를 권장하며, 다음을 사용하는 경우에는 100MB 미만을 권장합니다. [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/ko/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.
