Open pete-eiger opened 5 months ago
On my side, the update to 1.0.5 (which removed native-tls
) didn't improve things significantly:
On my side, the update to 1.0.5 (which removed
native-tls
) didn't improve things significantly:
thank you @aasseman , we are seeing something similar:
But on the bright side, it looks like memory usage is stabilizing after some time, and the Radio is effectively freeing up memory too. The usage stopped climbing up endlessly. There are still problems though, as indicated by heaptrack
, we'll get to the bottom of them soon 🎯
It's stable until it isn't (still on 1.0.5):
It's stable until it isn't (still on 1.0.5):
darn, I'll take a look at how our instance is doing and report back
@aasseman you should definitely update to 1.0.6 though, since that removes the dependency on native-tls entirely in the SDK
Thanks to https://github.com/graphops/subgraph-radio/issues/147 , we discovered that
native-tls
is causing a lot of memory issues in Subgraph Radio, and while it seems that it's the main culprit so far, even after removing it we get this info fromheaptrack
:This is a huge improvement over the previous report (with
native-tls
still in the mix), but we should get to the bottom of all the leaks and suspiciously high allocations.