fix: a couple of memory leaks - #273
Conversation
|
Comparing the memory consumption on the loadtests:
There doesn't seem to be a difference 🤔. So looks like there's no real "leak" here because the That being said, I don't see why not do this and free the memory earlier but then this should be a @imor WDYT? |
Sorry I should have explained better in the description. It is a valid leak, just not in the background worker. It's not captured in the loadtests because they look at the memory of the background worker, while the actual leak is in the backend process which calls |
2014d83 to
e861c0c
Compare
steve-chavez
left a comment
There was a problem hiding this comment.
@imor Thanks for elaborating, I agree it's a fix.
No description provided.