> 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/id/dukungan/project-limits.md).

# Batas proyek

| Fitur                                               | Batas                                                                                                                                                                                                      |
| --------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Batas waktu kompilasi                               | **Default:** 180 detik. Lihat [Memperbarui batas waktu kompilasi proyek](/on-premises/id/manajemen-pengguna-dan-proyek/project-management.md) untuk informasi lebih lanjut tentang menyesuaikan nilai ini. |
| Jumlah maksimum file per proyek                     | 2000                                                                                                                                                                                                       |
| Ukuran maksimum materi yang dapat diedit per proyek | **Default:** 7 MB. Lihat [Variabel lingkungan](broken://pages/01854893ec5a3b7bdb2487407d1a1efaa5b0c0af) untuk informasi lebih lanjut tentang menyesuaikan nilai ini.                                       |
| Ukuran maksimum satu file teks yang dapat diedit    | 2 MB\*                                                                                                                                                                                                     |
| Ukuran maksimum satu unggahan                       | 50 MB (dapat dikonfigurasi melalui `MAX_UPLOAD_SIZE`)                                                                                                                                                      |
| Ukuran maksimum proyek                              | Tanpa batas†                                                                                                                                                                                               |
| Jumlah maksimum proyek                              | Tanpa batas                                                                                                                                                                                                |

\* Beberapa file yang lebih besar mungkin tetap dapat diedit dalam keadaan tertentu. Namun, untuk memastikan sebuah file tetap dapat diedit, Anda sebaiknya membatasi ukurannya hingga 2 MB atau kurang.

† Tidak ada batas yang diberlakukan pada total ukuran proyek. Namun, Anda mungkin menemukan beberapa keterbatasan teknis saat bekerja dengan proyek yang sangat besar. Kami merekomendasikan ukuran maksimum proyek 500 MB, atau kurang dari 100 MB jika menggunakan [integrasi Git](https://www.overleaf.com/learn/how-to/Git_integration). Proyek di atas ukuran ini mungkin berfungsi, tetapi tetap berada dalam batas ini akan memberi Anda pengalaman terbaik.


---

# 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/id/dukungan/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.
