-
Notifications
You must be signed in to change notification settings - Fork 834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Westend node memory usage x3.5 compared to Polkadot/Kusama #3710
Comments
This is happening in the context of the SYNC process getting stuck. |
How can i start to contribute in it as i'm a jr rust developer ? |
@rvalle You don't run with any kind of special pruning flags? |
@bkchr not for this one, running as standard node, I am using it to test p2p DHT stuff. I actually think syncing is failing. it is stock for days with same finalized block #
I have never noticed so much difference between best and finalized. |
@bkchr since this node is only for testing, if sync is the issue, could not I just use one of the fast synching profiles? warp perhaps? |
@bkchr I am also failing to get it to sync using wrap:
perhaps this is related to issue #60 |
this may be related to: https://substrate.stackexchange.com/questions/9730/rococo-cant-warp-sync-stuck-at-16mb-finality-proof-download mentions that rococo and westend and not wrapable |
I only managed to sync the node using the fast method. and now memory consumption seems normal. |
Thank you for reporting back! If your node was stuck on a finalized block, this should explain the memory increase. |
Hi
For Polkawatch decentralization analytics we run many nodes, usually on constrained resources (bandwidth and memory) with significant success, our Polkadot and Kusama nodes run on 4gb VMs with polkadot binary using 1.5g memory, we typically run with the following parameters:
However, westend is consuming 3.5 times more memory when compared to polkadot or kusama nodes while syncing, reaching #18944395.
Is this normal?
The text was updated successfully, but these errors were encountered: