You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
@MrMage We've realized that this is not a PDO specific problem, but rather the lib holding spans until the request-response cycle is completed. This is causing memory bloats for requests having large number of spans.
We're working on a solution to export every N spans as they come in, and release the memory,
just like other Jaeger clients do. There are few intricacies, though. /cc @ShivamYuvraj
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
we're observing a memory bloat with PDO's instrumentation
handleStatementExecute
method .If I comment out the following line, which does the instumentation, memory bloat disappears.
Here's a profile info from blackfire for the same.
The text was updated successfully, but these errors were encountered: