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 and increased network activity #8

Closed
joa opened this issue Feb 6, 2017 · 0 comments
Closed

Memory leak and increased network activity #8

joa opened this issue Feb 6, 2017 · 0 comments

Comments

@joa
Copy link

joa commented Feb 6, 2017

The batch points data is never cleared; not even on a successful write. Therefore you'll actually upload n*(n+1)/2 total batches after n batches and memory will also continuously grow.

Potential fix: joa@41115d4

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

1 participant