Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Memory bloat with PDO instrumentation #262

Open
@asldevi

Description

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.

opencensus_trace_method('PDOStatement', 'execute', [static::class, 'handleStatementExecute']);

Here's a profile info from blackfire for the same.
Screenshot 2020-09-23 at 9 58 59 AM

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions