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
How often does it reproduce? Is there a required condition?
every test run
What is the expected behavior? Why is that the expected behavior?
that memory gets freed when its not in use
What do you see instead?
memory grows until the process is killed by the OS.
Additional information
people haven't seemed to report this up stream and the issue has existed for years, I am not sure if the issue is actually a node issue, but that is the general consensus.
Version
node 16, 18, 20
Platform
windows, osx,
Subsystem
jest
What steps will reproduce the bug?
follow steps mentioned in bug from jest repo
How often does it reproduce? Is there a required condition?
every test run
What is the expected behavior? Why is that the expected behavior?
that memory gets freed when its not in use
What do you see instead?
memory grows until the process is killed by the OS.
Additional information
people haven't seemed to report this up stream and the issue has existed for years, I am not sure if the issue is actually a node issue, but that is the general consensus.
see: jestjs/jest#11956 (the bug exists on node 16.11+, 18, 20)
The text was updated successfully, but these errors were encountered: