Replies: 0 comments 2 replies
-
Can anyone respond to this? |
Beta Was this translation helpful? Give feedback.
-
What do you mean by that? How do you measure that?
What makes you think there's a memory leak? To me it looks like you are creating a huge number of JS objects, and that takes space in the heap. In order to remain efficient, V8 won't run garbage collector in your loop if your machine has enough memory at its disposal; a memory leak would be if the garbage collector doesn't free up the memory, but you haven't given enough info to draw this conclusion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version
12.6
Platform
No response
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Memory is increasing 750mb for this present loop.
What is the expected behavior?
I want to know the reason why it is going to 750mb
What do you see instead?
Want to know why it is having so much memory leak.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions