openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.81k stars 1.68k forks source link

Disable warp sync snapshotting by default #11814

Closed vorot93 closed 4 years ago

vorot93 commented 4 years ago

screenshot

Warp sync snapshotting takes quite a lot of RAM. This may make OpenEthereum unusable on many otherwise fine configurations. More than that, snapshotting by laymen may be unnecessary because:

vorot93 commented 4 years ago

Oddly enough, you cannot specify flags to default to true. I've made a new --enable-snapshotting flag instead. This is a breaking change for those who used the old --no-periodic-snapshots flag.