-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
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
Reactions are currently unavailable