geth-utils: remove 10mb trace limit#817
Conversation
Yes, @han0110 happened that there was a crash when rust allocated a ton of memory to deserialize the geth full trace. |
|
I think that after this was merged some months ago #614 we shouldn't encounter massive memory usage in the traces (as I believe this was coming from having a memory snapshot at each step of the trace). We just need to make sure that we're always querying the trace with @pinkiebell could you try setting the default |
ed255
left a comment
There was a problem hiding this comment.
LGTM! I think that without memory snapshots this check is unnecessary. (We may still need to update some places to avoid requesting the memory snapshots from the trace)
Looks good 👌 |
* geth-utils: remove 10mb trace limit * test disable memory
I hit this one while testing the circuits