ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.56k stars 3.21k forks source link

op-program: Manually run gc in a goroutine #11647

Closed Inphi closed 1 week ago

Inphi commented 1 month ago

https://github.com/ethereum-optimism/optimism/issues/11658 obsoletes this. But until then, we should manually invoke the garbage collector in the op-program to avoid high memory usage.

Inphi commented 1 week ago

Obsoleted by https://github.com/ethereum-optimism/optimism/issues/11658