Configure the MaximumLogSize Setting

Meridian maintains a transaction log file for each vault database (HyperCache only) that contains all changes made to the vault since the log was last committed to the database and a snapshot was created. When the size of the log reaches the value of MaximumLogSize (in MB) and the amount of time specified by the MinimumSnapshotInterval setting has elapsed, the log is committed to the database and a new snapshot is created. The MaximumLogSize setting can be used to limit the size of the log file so that the data is committed to the database after predictable amounts of work have been performed in the vault without adversely affecting performance.

This setting works together with the MinimumSnapshotInterval (in minutes) setting. For example, if MaximumLogSize is set to 8 (default) and MinimumSnapshotInterval is set to 240 (default), when the log file reaches 8 MB no snapshot will be created unless 240 minutes (4 hours) has elapsed since the last snapshot. Likewise, if 240 minutes (4 hours) has elapsed since the last snapshot, a new snapshot will not be created until the log file size is at least 8 MB. We recommend that you use the default settings under most circumstances. The MaximumCacheSize and RelativeCacheSize settings are more effective for optimizing performance.

Note:

Whenever a Prepare for Backup operation occurs, the log is committed to the database and a new snapshot is created.

ClosedConfigure Setting in Administrator

To configure the MaximumLogSize setting:

  1. In the Meridian Enterprise Administrator, click EDM Server in the left pane.

    The active vaults are listed in the right pane.

  2. Select the vault that you want to configure in the right pane.

  3. Click the Action menu and select Properties.

    The vault’s Properties dialog box appears.

  4. Click the Advanced button.

    The Advanced Vault Properties dialog box appears.

  5. Adjust the MaximumLogSize setting (in MB).

  6. Click OK.

ClosedConfigure Setting using Registry Key

This setting can also be configured with the MaximumLogSize registry key located at:

HKEY_LOCAL_MACHINE\SOFTWARE\Cyco\AutoManager Meridian\CurrentVersion\Installed DataStores\<VaultName>\CompoundItemService

ClosedTemporarily Disable Snapshot Creation

To temporarily disable snapshot file creation during large batch operations:

  1. Navigate to the following registry key on the Meridian application server:

    HKEY_LOCAL_MACHINE\SOFTWARE\Cyco\AutoManager Meridian\CurrentVersion\Installed DataStores\<VaultName>\CompoundItemService
  2. Create a AllowSnapShot DWORD registry value.

  3. Set AllowSnapShot to 0 to disable creation of new snapshots.

  4. Stop the AutoManager EDM Server service.

  5. Restart the AutoManager EDM Server service.

  6. Begin the batch operation.

  7. Wait for the batch operation to complete.

  8. Navigate back to the registry key listed in step 1.

  9. Set AllowSnapShot to 1 to enable creation of new snapshots. 

  10. Stop the AutoManager EDM Server service.

  11. Restart the AutoManager EDM Server service.

    Normal snapshot file creation will resume.

2023