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.
You also need to tell the participant to continue pruning even if it has not received an ACS commitment from one of its counter participant in the last 30 days. Without this pruning will essentially never run on mainnet as validators get shut down relatively frequently: To do so, set the following through the
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: