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
When doing a lot of requests with the same Client instance, the php process consumes a lot of memory over time. I have php processes consuming 5GB right now.
Is this is known problem ?
The text was updated successfully, but these errors were encountered:
There are known issues regarding memory leaks when using curl with CURLOPT_RETURNTRANSFER (e.g. ruflin/Elastica decided to use PHP output buffers instead). I'd recommend to switch this here, too
Hi
When doing a lot of requests with the same Client instance, the php process consumes a lot of memory over time. I have php processes consuming 5GB right now.
Is this is known problem ?
The text was updated successfully, but these errors were encountered: