Skip to content

Memory leak $commands on AbstractConnection | PhpiredisStreamConnection #26

Open
@nysthys

Description

@nysthys

Hello,

i got a deamon in php who do many thousand sub/unsub redis channel.
After few hours i use 1Go ram.
I found [commands:protected] => SplQueue Object become more and more larger, maybe all sub/unsub is save inside without clean it ?

"$commands" from class Predis\Async\Connection\PhpiredisStreamConnection

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nysthys

        Issue actions

          Memory leak $commands on AbstractConnection | PhpiredisStreamConnection · Issue #26 · nrk/predis-async