> 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/ja/sapto/project-limits.md).

# プロジェクトの制限

| 機能                     | 制限                                                                                                                         |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| コンパイルのタイムアウト           | **デフォルト:** 180秒。参照 [プロジェクトのコンパイルタイムアウトの更新](/on-premises/ja/yzoyobipurojekuto/project-management.md) この値をカスタマイズする方法の詳細について。 |
| プロジェクトごとのファイルの最大数      | 2000                                                                                                                       |
| プロジェクトごとの編集可能素材の最大サイズ  | **デフォルト:** 7 MB。参照 [環境変数](broken://pages/9182603dde27521b4d17367c3689ea6f21aecc6e) この値をカスタマイズする方法の詳細について。                  |
| 個々の編集可能なテキストファイルの最大サイズ | 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/ja/sapto/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.
