-
Notifications
You must be signed in to change notification settings - Fork 156
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
Performance issue with kusama #1554
Comments
Thank you for the issue @jun0tpyrc |
We are experiencing the same, sidecar using more than 4gbs of ram. Try with blocks around 25875378. |
I'm currently looking into this issue. I have seen some degradation for certain blocks in Kusama due to the spammening reported here. Specifically certain blocks in the range: 25875509-25875808 Those blocks have about 4/5k extrinsics per block (compared to 40/50 average) every 6s. So the endpoints in sidecar /blocks/:number or /blocks/head (when those blocks were the head) would struggle to get all extrinsics in order to respond in a timely manner. |
Please expect a possible decline in Sidecar performance starting at approximately 14:00 UTC today and lasting for around 40 minutes. This is due to an expected Spammening event on the Polkadot network. During this period, Sidecar endpoints like To mitigate the potential performance impact, we recommend the following:
Related docs: |
Description
Performance issue with kusama
private nodes running behind sidecar hang & stuck => rpc timeout etc , also maybe the cause of explorer slowdown https://kusama.subscan.io/
Steps to Reproduce
run sidecar (v19.2.0/v19.3.1) on your rpc nodes ,tested on polkadot 1.16.2-dba2dd59101, run some calls like /blocks/head etc
The text was updated successfully, but these errors were encountered: