Get to the bottom of all the memory leaks #150
Labels
meta:triaged
This issue has been triaged (has a good description, as well as labels for priority, size and type)
p1
High priority
size:medium
Medium
type:refactor
Changes not visible to users
Thanks to #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.The text was updated successfully, but these errors were encountered: