nethermind
nethermind copied to clipboard
Verify eth_call memory with node tests tool
We improved our memory management a lot, but we haven't verified improved with node tests
- Would be great to do profiling dottrace & dotmemory
@brbrr In case I won't be able to make it soon You can look on that on my leave.
@MarekM25 For sure we improved on flood scenarios with eth_Call - no memory movement at all on very high eth_call load.
Still to check on gnosis with that eth_call scenario.
Memory jumped as expected but without any OOM it cleared well back to the initial around 4GB of usage. All looks good!