fix: spec.yml snapshot settings — retain 1, enable incrementals

MAXIMUM_SNAPSHOTS_TO_RETAIN: 1 (was 5)
NO_INCREMENTAL_SNAPSHOTS: false (was true)
Removed SNAPSHOT_INTERVAL_SLOTS override (compose default 100000 is correct)

Spec.yml overrides compose defaults, so changing compose was ineffective.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix/kind-mount-propagation
A. F. Dudley 2026-03-10 07:18:38 +00:00
parent ceea8f0572
commit a76431a5dd
1 changed files with 2 additions and 3 deletions

View File

@ -96,9 +96,8 @@ config:
EXPECTED_SHRED_VERSION: '50093' EXPECTED_SHRED_VERSION: '50093'
# Storage # Storage
LIMIT_LEDGER_SIZE: '50000000' LIMIT_LEDGER_SIZE: '50000000'
SNAPSHOT_INTERVAL_SLOTS: '1000' MAXIMUM_SNAPSHOTS_TO_RETAIN: '1'
MAXIMUM_SNAPSHOTS_TO_RETAIN: '5' NO_INCREMENTAL_SNAPSHOTS: 'false'
NO_INCREMENTAL_SNAPSHOTS: 'true'
RUST_LOG: info,solana_metrics=warn RUST_LOG: info,solana_metrics=warn
SOLANA_METRICS_CONFIG: host=http://localhost:8086,db=agave_metrics,u=admin,p=admin SOLANA_METRICS_CONFIG: host=http://localhost:8086,db=agave_metrics,u=admin,p=admin
# Jito MEV (NY region shred receiver) — disabled until voting enabled # Jito MEV (NY region shred receiver) — disabled until voting enabled