Replies: 1 comment 2 replies
-
I believe the problem lies not at Sequel. I think it's the mapping to a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @jeremyevans ,
I observe a weird issue while using
#stream
in one of my apps. Following code (which runs in a sidekiq worker) allocates lots of memory and retains it afterwards, so it's a heavy memory leak.#paged_each
(cursor-strategy) does not suffer from this "memory leak"What could be the reason?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions