You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has nothing to do with distributed validator node configuration, instead it has to do with how nethermind accesses ledger and state, it relies on mmap, which maps files to virtual memory, thus creating a virtual memory bloat, which itself isn't a disaster, since it's loaded and unloaded on demand.
If you feel that nethermind doesn't fit your needs you can switch to other EL nodes, like geth, You can find a geth setup example in examples/ directory of the repo.
🎯 Problem to be solved
nethermind occupies too much virtual memory, it needs optimization.
🧪 Tests
Hardware description:
VPS: 6G16G
👐 Additional acceptance criteria
The text was updated successfully, but these errors were encountered: