Closed zackad closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
226f5b4
) 100.00% compared to head (ce1a392
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Allow user to define their own memory limit for php process when generating cover thumbnail. When running under docker container, there is an issue with memory consumtion that significantly higher compared to non docker runtime (nix based packages).
I have no idea how to debug and fix the problem. The hardcoded memory limit still not enough for my use case. With this feature, I can increase the limit without modifying application code and redeploy the app. Just edit
APP_MEMORY_LIMIT
env variable and clear the cache.