Preprod fresh-wallet sync never completes
7.5h+ without finishing, sometimes OOM on smaller machines. Preview first sync in ~44 min is normal; Preprod is heavier, but hours-without-progress + OOM = struggling, not just slow.
No documented snapshot / fast-sync path for headless WalletFacade today. Memory scales with chain history during initial sync.
- Use Preview for throughput / latency benchmarking.
- Align every dep to the Preprod row on the support matrix — version skew often surfaces as sync decode failures.
- Confirm indexer + node are healthy and at chain tip before sync.
NODE_OPTIONS="--max-old-space-size=8192"helps OOM but won't fix decode loops.