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

Reduce the static startup memory of enclaves #3719

Merged
merged 1 commit into from
Nov 15, 2023

Commits on Nov 14, 2023

  1. Reduce the static startup memory of enclaves

    Previously the enclaves would reserve memory for 10_000 backend
    connections. An enclave would never need that many connections as it
    represents each shard that a router would connect to. This value has
    been reduced to 100, which reduces enclave static startup memory from
    ~32MB to ~320KB.
    nick-mobilecoin committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ba4c462 View commit details
    Browse the repository at this point in the history