You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting! Definitely interested in patching the leaks. While this is not an ideal solution, it’s better than leaving the leaks. So happy to accept an PR for this, although we should open a separate issue to investigate where we are leaking at some point.
Unfortunately, due to a few people leaving the team, and staffing issues resulting from the current economic climate (ugh), the CLI and libsquoosh packages are no longer actively maintained. I know that sucks, but there simply isn't the time & people to work on this. If anyone from the community wants to fork it, you have my blessing. The squoosh.app web app will continue to be supported and improved.
We found that Next.js had a memory leak when pooling squoosh workers.
This was patched in vercel/next.js#23565 with this:
Then cleanup would be called in
codecs.ts
.Any interest in adding this patch to
@squoosh/lib
?The text was updated successfully, but these errors were encountered: