kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
371 stars 118 forks source link

Make the caches smaller or limit cache based on actual data size #352

Closed coderofstuff closed 5 months ago

coderofstuff commented 6 months ago

Syncing a DAG with large headers clearly leads to memory increase and to OOM

coderofstuff commented 5 months ago

Fixed with #351