-
Notifications
You must be signed in to change notification settings - Fork 632
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
Max limit on chunk size #3458
Comments
Why is the total diff of the state change matter? |
Please disregard. I thought it was so that OOM cannot be caused by we can have at most ~32MiB of state diff per chunk, which is 3.2GiB for 100 shards which should be tolerable. |
Depending on how we want to implement this, #3274 may need to be addressed first. |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
This issue has been automatically marked as stale because it has not had recent activity in the last 2 months. |
As suggested by @mikhailOK , we need to introduce two types of limits into our protocol for chunks:
Both of these limits will allow to early filter out state sync and chunk messages on a network level. Currently, this is partially limited by the gas limit of the chunk, however there are two issues with it:
CC @SkidanovAlex , @bowenwang1996 , @evgenykuzyakov
The text was updated successfully, but these errors were encountered: