Replies: 1 comment 1 reply
-
I've converted this to a discussion because it's pretty much expected behavior, not a bug. Variations of what you see have been reported many times before, the keywords you're looking for are 'memory fragmentation' and 'garbage collector'. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
16.13.1
Platform
Windows, repl, heroku
Subsystem
No response
What steps will reproduce the bug?
simply run this:
How often does it reproduce? Is there a required condition?
every time
What is the expected behavior?
the external and rss memory not building up and actually releasing memory. this is a big issue when using a lot of buffers for example for image manipulation
What do you see instead?
external and rss memory building up and not freeing
Additional information
It doesn't even work if you assign to the buffer a null value after declaring it
Beta Was this translation helpful? Give feedback.
All reactions