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
parent
ceea8f0572
commit
a76431a5dd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue