Skip to content

Memory leaks in 15.0 / 15.1 vs 14.0 #93

@brendanheywood

Description

@brendanheywood

We have run into an issue in the context of Moodle which uses redis for caching and as part of that can optionally compress and decompress values before insertion into redis using zstd.

https://github.com/moodle/moodle/blob/main/public/cache/stores/redis/lib.php#L1086-L1087

In the last couple weeks we started getting wide ranging memory blow outs and we've traced it back to version 15.0+ consuming way more memory than 14.0. It's not clear to me if this is an issue in php-ext-zstd or in zstd itself but logging it here as a starting point. I can't see anything yet related in https://github.com/facebook/zstd/issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions