You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the logger never clears it and it causes a memory leak.
As far as I understand It will clear the memory if the profiler is turned ON which is not the case for production
Hello,
I faced an issue with a memory leak in a long-running script.
I am using logging:true option in production to track HTTP requests in kibana later on.
Once the option enabled the bundle starts logging requests and responses and collects them in a variable.
https://github.com/8p/EightPointsGuzzleBundle/blob/master/src/Log/Logger.php#L66
The problem is that the logger never clears it and it causes a memory leak.
As far as I understand It will clear the memory if the profiler is turned ON which is not the case for production
EightPointsGuzzleBundle/src/DataCollector/HttpDataCollector.php
Line 65 in 84b0f13
Are there any solutions for this issue?
The text was updated successfully, but these errors were encountered: