Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak when writing intensively #9

Open
arnaugm opened this issue Sep 14, 2015 · 1 comment
Open

Memory leak when writing intensively #9

arnaugm opened this issue Sep 14, 2015 · 1 comment

Comments

@arnaugm
Copy link

arnaugm commented Sep 14, 2015

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?

@evnm
Copy link

evnm commented Apr 8, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants