Skip to content
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

feat: [MR-617] Enforce subnet-wide best-effort message memory limit #1835

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. feat: [MR-617] Enforce subnet-wide best-effort message memory limit

    At the end of each round, if the total best-effort message memory usage is above the limit, build a priority queue and keep shedding the largest messages from the canisters with the highest best-effort message memory usage until we're back under the limit.
    alin-at-dfinity committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fe0244c View commit details
    Browse the repository at this point in the history
  2. Make clippy happy.

    alin-at-dfinity committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    228adfd View commit details
    Browse the repository at this point in the history