> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/ja/configuration/system-settings/open-file-size-limitations.md).

# ファイルサイズの制限

既定では、KONNEKT は SharePoint で開く、または SharePoint から読み取るファイルのサイズを次のように制限します:

* KONNEKT **開きません** 1 GB を超えるファイル
* KONNEKT **開きます** ファイルを **読み取り専用で**、500 MB を超える場合

{% hint style="success" %}
これらの既定値を維持することをお勧めします。
{% endhint %}

## 開くファイルサイズの既定値の変更

レジストリキーを使用して「開くファイルサイズ」のしきい値を変更できます。これは、次のものを制限している場合に有効かもしれません [キャッシュサイズ](/ja/configuration/system-settings/cache-setting.md).

{% hint style="info" %}
これは、KONNEKT が開く/読み取るファイルサイズについてであることに注意してください **から** SharePoint Online。

それは **機能しません** 書き込むファイルのサイズについてです **を** SharePoint Online。
{% endhint %}

{% hint style="danger" %}
サポートチームは、既定値より大きいしきい値を持つ環境に対しては限定的なサポートのみを提供します。
{% endhint %}

### **読み取り専用のしきい値**

**値名:** `OneDriveOpenFilesLargerThanReadOnly`\
**値の保存場所:** `HKCU\SOFTWARE\GlueckKanja\Konnekt`\
**値の種類:** `DWORD`\
**値の単位:** `バイト`

このサイズを超えるファイルは、OneDrive および O365 アカウントで読み取り専用で開かれます。

**既定: 512 \* 1024 \* 1024 バイト = 500 MB**

### **ブロックして開くしきい値**

**値名:** `OneDriveDoNotOpenFilesLargerThan`\
**値の保存場所:** `HKCU\SOFTWARE\GlueckKanja\Konnekt`\
**値の種類:** `DWORD`\
**値の単位:** `バイト`

このサイズを超えるファイルは、OneDrive および O365 アカウントでは開かないでください。

**既定: 1024 \* 1024 \* 1024 バイト = 1 GB**


---

# 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://docs.konnekt.io/ja/configuration/system-settings/open-file-size-limitations.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.
