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
Stumbled upon this issue while debugging a potential memory leak in the Java Kinesis library, but perhaps it's related to this memory leak issue in aws-sdk-js.
I have a memory leak problem writing to kinesis from node and I wanted to verify if it happens as well with this sample producer.
I verified that if instead of 10 writes, you modify the code to write endlessly 10 times per second, the memory consumption grows slowly but steadily.
Any idea why this happens?
The text was updated successfully, but these errors were encountered: