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

Benchmark node parameters #3611

Open
Tracked by #3639
dimartiro opened this issue Nov 29, 2023 · 0 comments
Open
Tracked by #3639

Benchmark node parameters #3611

dimartiro opened this issue Nov 29, 2023 · 0 comments
Assignees
Labels
P-low this is mostly nice to have.
Milestone

Comments

@dimartiro
Copy link
Contributor

dimartiro commented Nov 29, 2023

Description

After finishing the Lazy Loading would be nice to track how things have improved according to next params:

Reduce memory usage
We want to reduce the memory usage of our nodes, we are aware that a big part of that memory is used to store the in-memory trie, so the first improvement will be reducing the memory used by the state trie lazy loading only the most frequently used tries.

Node startup time
Currently when we are starting up a node using an snapshot, for example 90 gb size, it takes more than 1hr to initialize.
That's because we are loading the storage into our in-memory trie, this should be fixed when we start using lazy loading

@dimartiro dimartiro self-assigned this Nov 29, 2023
@dimartiro dimartiro added this to the Full Node MVP milestone Dec 6, 2023
@dimartiro dimartiro mentioned this issue Dec 12, 2023
4 tasks
@dimartiro dimartiro added the Epic Issue used to track development status of a complex feature, aggregates several issues label Jan 18, 2024
@dimartiro dimartiro removed their assignment Jan 18, 2024
@P1sar P1sar added P-low this is mostly nice to have. and removed Epic Issue used to track development status of a complex feature, aggregates several issues labels May 6, 2024
@P1sar P1sar changed the title Reduce memory usage Benchmark node parametrs May 6, 2024
@timwu20 timwu20 changed the title Benchmark node parametrs Benchmark node parameters Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-low this is mostly nice to have.
Projects
None yet
Development

No branches or pull requests

2 participants