canton-network-docs/Production OperationsSuper Validator only
SV Pruning
The sequencer, participant and CometBFT have pruning options that can be used to ensure storage use is kept within reasonable bounds.Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Sequencer pruning
Can be enabled in helm through the following config:It is recommended that sequencer pruning is enabled and the
pruningInterval is set to 1 hour and the retentionPeriod to 30 days.CometBFT pruning
It is enabled by default. Pruning is defined as the number of blocks to keep. Older blocks are pruned. The number of blocks to keep can be configured under thenode helm values key.
Participant pruning
Participant pruning is also supported and recommend. To enable it, set the following helm value on your validator chart:additionalEnvVars on your participant: