-
Notifications
You must be signed in to change notification settings - Fork 177
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 consumption blowups in downstream projects using Lwt #972
Comments
@rgrinberg In the cohttp issue discussion you mention
Do you have pointers to the fix? Maybe a PR number? |
I haven't really worked on the As a low-hanging fruit (hopefully) I'll try to understand the patterns that can be problematic and update the documentation accordingly. An actual fix may come later. |
Concerning Lwt_io, the "fix" is only in the new This goes hand in hand with the new very fast parser introduced in mirage/ocaml-cohttp#819 and later improved and moved to the general http package. The PR that introduces it also includes some @rgrinberg @anuragsoni @kandu please correct me or integrate with anything I may be missing or misremember. |
@mseri I agree with the assessment that the new |
Hi Lwt people,
I randomly ended up on the following cohttp issue, which points at some Lwt usage pattern that greatly increase memory consumption in unexpected ways. (Sounds like a bug to me, at least a usability bug.)
mirage/ocaml-cohttp#545
The issue is unfortunately not so clear -- I don't understand if Lwt_io is the culprit or not. There is a pure-Lwt repro case at
mirage/ocaml-cohttp#545 (comment)
The issue seems serious enough that some users are considering avoiding Lwt due to its (unclear) existence. Probably worth investigating.
The text was updated successfully, but these errors were encountered: