Forum Discussion

s1satya's avatar
s1satya
Level 2
15 years ago

Maximum Vault Cache size for virtual vault users!

Hello, I am testing virtual vault with my test users. It is rolled out successfully so far with the testers, but according to the default setting on the virtual vault desktop policy. The cache ...
  • MichelZ's avatar
    15 years ago
    This is correct, the value will not change on existing Vault Cache's.

    You can try to set it on the client's registry: (from the Registry_Values.pdf/chm document)
    (you should be able to place it in the "Client" key, and I believe it replicates it into the random VaultCacheStoreID key)

    KEY: OVStoreSize
    HKEY_CURRENT_USER\SOFTWARE\KVS\Enterprise Vault\Client\VaultCacheStoreID
    DWORD

    The minimum value is 1 (GB), and the maximum value is 999 (GB).
    The maximumsize, in gigabytes, that Vault Cache is allowed to occupy.
    If the Vault Cache reaches this size, the oldest items are automatically deleted in order to make room for new items.

    If neither OVStoreSize nor OVStoreSizePercent is specified a default value of 10% of disk capacity is used.

    The space is not allocated until it is needed.


    KEY: OVStoreSizePercent
    HKEY_CURRENT_USER\SOFTWARE\KVS\Enterprise Vault\Client\VaultCacheStoreID
    DWORD

    Percentage of disk capacity to use.
    If neither OVStoreSize nor OVStoreSizePercent is specified a default value of 10% of disk capacity is used.