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

Preventing OOM by memory usage prediction #11

Open
sifnoc opened this issue Dec 12, 2023 · 0 comments
Open

Preventing OOM by memory usage prediction #11

sifnoc opened this issue Dec 12, 2023 · 0 comments

Comments

@sifnoc
Copy link
Member

sifnoc commented Dec 12, 2023

Over 70 GB of memory are used to build an aggregation Merkle sum tree with $2^{28}$ entries in summa-aggregation.
This means that a Summa-aggregation process would be terminated without any error message on a machine with only 64 GB of memory.

We need to add some warning for memory usage when initiate create_aggregation_mst method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant