pg_prewarm.autoprewarm_interval v10
Parameter Type: Integer
Default Value: 300s
Range: 0s to 2147483s
Minimum Scope of Effect: Cluster
When Value Changes Take Effect: Reload
Required Authorization to Activate: EPAS service account
This is the minimum number of seconds after which the autoprewarm
background worker dumps shared buffers to disk. The default is 300 seconds. If set to 0, shared buffers are not dumped at regular intervals, but only when the server is shut down.
See the pg_prewarm.autoprewarm for information on the autoprewarm
background worker.