amazon-kinesis-client-nodejs icon indicating copy to clipboard operation
amazon-kinesis-client-nodejs copied to clipboard

Memory leak when writing intensively

Open arnaugm opened this issue 10 years ago • 1 comments

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?

arnaugm avatar Sep 14 '15 11:09 arnaugm

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.

evnm avatar Apr 08 '16 00:04 evnm