Been testing the latest versions of rollup-boost, it runs fine on devnet, but noticed some memory leak issues when runnning on Base Sepolia.
It uses a lot more memory and the usage doesn't stop growing as the chain progresses.
I don't have --flashblocks flag on so it should be unrelated to any of the websocket related stuff.
I don't seem to see anything obvious so just been cherry-picking commits and deploy to Base Sepolia.
So far tested that
187c1fd does not have memory issues, so it's probably some changes in between that caused this
Been testing the latest versions of rollup-boost, it runs fine on devnet, but noticed some memory leak issues when runnning on Base Sepolia.
It uses a lot more memory and the usage doesn't stop growing as the chain progresses.
I don't have
--flashblocksflag on so it should be unrelated to any of the websocket related stuff.I don't seem to see anything obvious so just been cherry-picking commits and deploy to Base Sepolia.
So far tested that
all have memory issues
187c1fd does not have memory issues, so it's probably some changes in between that caused this