# ファイルを開くサイズの制限

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

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

{% hint style="success" %}
これらの既定値を維持することを推奨します。&#x20;
{% endhint %}

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

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

{% hint style="info" %}
を制限している場合に適切な方法かもしれません。KONNEKT が開く/読み取るファイルサイズについてであり、 **からの** SharePoint Online。&#x20;

これは **機能しません** 書き込むファイルのサイズについてです **を** 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: 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:

```
GET https://docs.konnekt.io/ja/configuration/system-settings/open-file-size-limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
