-
Notifications
You must be signed in to change notification settings - Fork 18
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 #29
Comments
I did a re-test, and the conclusion is the same as noted in the comment #41 (comment) which I should have repeated here for clarity:
|
paurkedal
added a commit
to paurkedal/ocaml-mariadb
that referenced
this issue
Aug 9, 2024
Two kinds are left: - An unused free which may be related to ocaml-community#29. - Deprecations form Async.
paurkedal
added a commit
to paurkedal/ocaml-mariadb
that referenced
this issue
Sep 6, 2024
Two kinds of warnings are left: - An unused free which may be related to ocaml-community#29. - Deprecations from Async.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There seems to be a memory leak apparent by the stress tests from the example directory. To make the issue clear, I elevated the iteration counts,
and monitored it with
top
. For all three concurrency variants, the memory usage starts around 40 MiB and climbs steadily to around 160--180 MiB during the run on Ubuntu 18.04 with OCaml 4.07.1.The text was updated successfully, but these errors were encountered: