amazon-kinesis-client-nodejs
amazon-kinesis-client-nodejs copied to clipboard
Memory leak when writing intensively
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?
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.