-
Notifications
You must be signed in to change notification settings - Fork 0
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
Explore more appropriate memory management that doesn't involve calling gc()
#141
Comments
gc()
for the record, @cjyetman does not believe that using |
Maybe not! My reaction to it may just be because I am not used to it or seeing that done in PROD elsewhere, not strictly a reaction to it fundamentally |
My reaction to it is that it's a pretty clear code smell. If you're running close enough to the edge that auto-collection isn't cutting it, then it's probably time to explore other options (this ticket!) |
I think the idea here is that use of |
There has to be a better way! But agree that this is an effective band-aid for now.
Originally posted by @jdhoffa in #140 (review)
The text was updated successfully, but these errors were encountered: