LogoLogo
LogoLogo
  • Welcome
  • User manual
    • Windows File Explorer
    • Tray Menu
    • Preferences Menu
  • Deployment
    • System requirements
    • Security
      • Grant tenant-wide admin consent
      • Conditional Access
    • Setup
    • Configure Office 365 account
    • Software updates
  • Advanced Configuration
    • Management options
      • Settings for Intune-managed devices (Import custom ADMX- Public preview)
        • GUI settings
        • Mappings
        • System settings
      • Settings for Intune-managed devices (Legacy)
        • Intune GUI settings
        • Intune mappings
        • Intune system settings
        • Intune other settings
      • Settings via GPO
    • GUI Settings
      • Account re-authentication
      • Change KONNEKT name in explorer
      • Explorer UI
      • Hide tray icon
    • Mappings
      • Additional document libraries
      • Assign drive letters
      • Auto mapping
      • Managed mappings
      • Multi-Geo
    • System settings
      • Authentication browser engine
      • Cache settings
      • Download Directory
      • Enhanced Authentication
      • Link scope
      • Logging
      • Office365 Co-Authoring
      • Offline attribute
      • Open file size limitations
      • SharePoint throttling prevention
      • Skip Account Wizard
      • Update checker
    • Other
      • Proxy settings
      • Set license key
  • Troubleshooting
    • Access token issues
      • Error message about missing token
      • Failed to obtain access token to your OneDrive account
      • Failed to obtain access token
    • Add Share: "Key not found"
    • Clicking a share does nothing
    • Debug log preparation
    • Subscribe a subset of users
    • How to deal with error(s)
    • Empty libraries
      • All libraries are empty
      • Empty default libraries - error 404
    • Manual uninstallation
    • Opening MS Office documents display a warning message
    • Site Collections are not displayed for some users
    • Sites missing or folders empty
    • Some sites or libraries do not appear in KONNEKT
    • Slow Folder Browsing
    • Why is there a grey "X" or "brown suitcase" on my files and folders?
    • What is the maximum path and file name length?
    • How to change the tenant name
    • Failed to open Device
  • Changelog
  • Licensing
    • Azure Marketplace
  • Support
  • KONNEKT Website
Powered by GitBook
On this page
  • Basics
  • Definitions
  • Cache TTL (Time To Live)
  • Fixed Cache Size
  • Behind the scenes
  • Pressure states
  • Automatic cache size calculation
  • There are several ways to apply the policy:
  • Recommendations for VDI environments

Was this helpful?

  1. Advanced Configuration
  2. System settings

Cache settings

This policy is applicable to version 2.0 and above

Basics

All files, that are read from or written to SharePoint Online via KONNEKT are temporarily cached on the local disc.

The cache directory is located at: %localappdata%\konnekt\cache

This policy defines the caching behavior of KONNEKT.

KONNEKT uses the cache for different purposes:

  • Files that are currently opened by the user

  • Files that need to be uploaded (write cache)

  • Files that are closed (read cache)

Definitions

Cache TTL (Time To Live)

How long (in minutes) closed documents (read cache) will stay in the Cache. Without this setting, TTL remains automatically at 60 minutes - at "Normal pressure". This value needs to be filled in the input field if the policy is enabled. The cache is always cleared after a restart of KONNEKT.

  • Dimension: Minutes

  • Minimum Value: 0

  • Maximum Value:

    • 2880 (KONNEKT releases < 2.6.0)

    • 60480 (KONNEKT release 2.6.0 or newer)

Fixed Cache Size

How big (in Megabytes) is the KONNEKT cache folder. This value needs to be filled in the input field if the policy is enabled.

  • Dimension: Megabytes

  • Minimum Value: 0 => cache size will be calculated from free disk space (default)

  • Maximum Value: 20000

Behind the scenes

Pressure states

The cache operates in different pressure states:

  • Normal pressure: The cache is utilized below critical values. Closed files will be kept in the read cache up to the TTL value.

  • High read pressure: The cache is filled up with too many closed files. The read cache will be deleted.

  • High write pressure: The cache is holding lots of files queued for upload. Further, write operations will be throttled in order to empty the upload queue.

  • Critical write pressure: The cache is nearly filled up with files queued for upload. Further, write operations will be throttled significantly in order to empty the upload queue.

  • Cache full: The cache is completely occupied. Requests to open further files will be rejected.

Automatic cache size calculation

  • Cache size from free disk calculation sizeMax = (FreeDiskSize + CacheSize) * 75%

  • High pressure calculation pressure = sizeUsed / sizeMax >= 80%

  • High write pressure calculation writePressure = uploadSize / sizeMax >= 60%

  • Critical write pressure calculation writePressure = uploadSize / sizeMax >= 80%

  • Cache filled calculation sizeUsed >= sizeMax

To apply the policy you have to restart the machine

There are several ways to apply the policy:

  • manually by adding the key in the registry under machine or user registry settings

Policies stored in:

HKEY_CURRENT_USER\SOFTWARE\Policies\GlueckKanja\Konnekt

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\GlueckKanja\Konnekt

To apply the policy you have to restart the machine

Recommendations for VDI environments

We recommend the following settings for VDI environments in general, but please make sure, that this setting fit your use-case of KONNEKT:

Cache TTL: 10-60 min

Cache Size: 500-1000 MB

OneDriveOpenFilesLargerThanReadOnly: 100-500 MB (= 104,857,600 - 524,288,000 bytes)

OneDriveDoNotOpenFilesLargerThan: 200-1000 MB (= 209,715,200 - 1,048,576,000 bytes)

Last updated 8 months ago

Was this helpful?

via GPO,

pushing policies via Intune, see

You may also want to , that you are reading from SharePoint Online:

check settings via GPO
restrict the file size
setting for Intune Managed Devices