-
Notifications
You must be signed in to change notification settings - Fork 45
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? #68
Comments
Hard to say without any code. Can you please provide a minimal working example? Also, have you investigated the issue using one of the many memory debugging tools available? This StackOverflow post has many links to get you started. |
@torfsen https://gist.github.com/asad-awadia/672b2106e99199d0dfc71be650ea373e here is the script i am using
No - I don't know rust. Have to use rust because it is the only language where there is a library to stream reddit comments firehose style I ll see if i can find something helpful using those tools but having someone who actually understands rust would be very helpful |
changing the sleep to something smaller such as 10 seems to have helped maybe the incoming was too much for a 30 second sleep? |
Hello
I recently moved from 1.3.7 to 2.2.7 in
roux-stream
and now I am seeing a memory leak ?Usage starts at around 100MB and keeps going up all the way to 500MB
Any idea what changed? or how to debug ?
The text was updated successfully, but these errors were encountered: