> 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/pt/configuration/system-settings/open-file-size-limitations.md).

# Limitações do tamanho de ficheiros abertos

Por predefinição, o KONNEKT limita o tamanho dos ficheiros que abre no SharePoint ou lê do SharePoint:

* KONNEKT **não abre** ficheiros que sejam maiores do que 1 GB
* KONNEKT **abre** ficheiros em **modo só de leitura**, se forem maiores do que 500 MB

{% hint style="success" %}
Recomendamos manter estas predefinições.
{% endhint %}

## Alterar as predefinições do tamanho de abertura de ficheiros

Pode alterar os limites para "tamanho de abertura de ficheiros" através das chaves do registo. Isto pode ser uma boa ideia, se estiver a restringir o [tamanho da cache](/pt/configuration/system-settings/cache-setting.md).

{% hint style="info" %}
Tenha em atenção que isto diz respeito aos tamanhos dos ficheiros que o KONNEKT está a abrir/a ler **de** SharePoint Online.

Trata-se **não** do tamanho dos ficheiros que está a gravar **a** SharePoint Online.
{% endhint %}

{% hint style="danger" %}
A nossa equipa de suporte oferecerá suporte limitado para ambientes com limites superiores aos predefinidos.
{% endhint %}

### **Limite só de leitura**

**Nome do valor:** `OneDriveOpenFilesLargerThanReadOnly`\
**Local de armazenamento do valor:** `HKCU\SOFTWARE\GlueckKanja\Konnekt`\
**Tipo de valor:** `DWORD`\
**Unidade do valor:** `bytes`

Os ficheiros que forem maiores do que este tamanho são abertos em modo só de leitura em contas OneDrive e O365.

**Predefinição: 512 \* 1024 \* 1024 bytes = 500 MB**

### **Limite para impedir a abertura**

**Nome do valor:** `OneDriveDoNotOpenFilesLargerThan`\
**Local de armazenamento do valor:** `HKCU\SOFTWARE\GlueckKanja\Konnekt`\
**Tipo de valor:** `DWORD`\
**Unidade do valor:** `bytes`

Não abra ficheiros que sejam maiores do que este tamanho em contas OneDrive e O365.

**Predefinição: 1024 \* 1024 \* 1024 bytes = 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/pt/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.
