> 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/tr/destek/project-limits.md).

# Proje sınırları

| Özellik                                                 | Sınır                                                                                                                                                                                               |
| ------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Derleme zaman aşımı                                     | **Varsayılan:** 180 saniye. Bkz. [Proje derleme zaman aşımını güncelleme](/on-premises/tr/kullanici-ve-proje-yonetimi/project-management.md) bu değeri özelleştirme hakkında daha fazla bilgi için. |
| Proje başına maksimum dosya sayısı                      | 2000                                                                                                                                                                                                |
| Proje başına düzenlenebilir materyalin maksimum boyutu  | **Varsayılan:** 7 MB. Bkz. [Ortam değişkenleri](broken://pages/057096db965fef1292c627365fcf425ddcffe119) bu değeri özelleştirme hakkında daha fazla bilgi için.                                     |
| Tek bir düzenlenebilir metin dosyasının maksimum boyutu | 2 MB\*                                                                                                                                                                                              |
| Tek bir yüklemenin maksimum boyutu                      | 50 MB (şu yolla yapılandırılabilir `MAX_UPLOAD_SIZE`)                                                                                                                                               |
| Projenin maksimum boyutu                                | Sınırsız†                                                                                                                                                                                           |
| Maksimum proje sayısı                                   | Sınırsız                                                                                                                                                                                            |

\* Bazı daha büyük dosyalar belirli koşullarda düzenlenebilir kalabilir. Ancak bir dosyanın düzenlenebilir kalmasını sağlamak için boyutunu 2 MB veya daha az ile sınırlandırmalısınız.

† Toplam proje boyutu için uygulanan bir sınır yoktur. Ancak çok büyük projelerle çalışırken bazı teknik sınırlamalarla karşılaşabilirsiniz. Maksimum proje boyutu olarak 500 MB veya bizim [Git entegrasyonu](https://www.overleaf.com/learn/how-to/Git_integration). Bu boyutların üzerindeki projeler çalışabilir, ancak bu sınırlar içinde kalmak size en iyi deneyimi sağlar.


---

# 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/tr/destek/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.
