-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
.Exec memory leak ? #451
Comments
It's connection leak. It seems that |
Thank you. Is there any workaround ATM ? We have a huge amount of writes and |
Try to parse json into go |
thanks a lot! |
Consider the following code:
when running this for around 1-2 minutes memory usage reaches 15GB
when using
.Run
instead of.Exec
memory usage stays at ~10MBIs there a memory leak here or I'm doing something wrong ?
The text was updated successfully, but these errors were encountered: