-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak when calling decode_arithmetic() #29
Comments
That function shouldn't run more than once per blob, of which there are 2. Let me see if I can run this. |
There's not enough information here for me to run this, can you provide steps? |
|
I temporarily added an However, this library does have a non-zero setup cost to decompress the full spec and build the appropriate structures. Is your project (or some part of it) using a short-lived worker? Can you provide me a zip or the JS bundle of whatever code is actually being executed? Possibly the inline base64 blob is getting mangled during your build process? |
Currently using
@farcaster/shuttle
and experiencing a gnarly memory leak. I loaded up a heapdump and narrowed it down to a dynamically growing array or possibly a few variants.Steps to reproduce:
The text was updated successfully, but these errors were encountered: