permastore_interval
Name
permastore_interval — the frequency for saving various statistics
Synopsis
permastore_interval = 300
Description
Statistics related to global connections, global and per-binding signing and sieve are stored in an SQLite database whose location is configured by the masterdb_file
. Every permastore_interval a snapshot of these statistics is saved so that in the event of a crash, this data is not lost. These values are also saved during a normal shutdown.
if your disk subsystem is under pressure, and you have a large number of bindings and domains, Momentum may become unresponsive while it journals statistics to the permastore. In these circumstances you may turn off the periodic permastore writes by setting the interval to 0
. It is safe to set this to 0
even if you are not experiencing unresponsive behavior.
The default value is 300
.
Scope
permastore_interval is valid in the global scope.