Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The data collector does not have reset tag #390

Closed
lyrixx opened this issue Feb 11, 2021 · 1 comment · Fixed by #391
Closed

The data collector does not have reset tag #390

lyrixx opened this issue Feb 11, 2021 · 1 comment · Fixed by #391

Comments

@lyrixx
Copy link
Contributor

lyrixx commented Feb 11, 2021

PHP version: 7.4.7

Description
Our application made a LOT OF http call in a CLI context, and there was the following config:

httplug:
    profiling:
        captured_body_length: ~ # Avoid truncation of body content

So over time, the memory consumption increase really fast

How to reproduce

Call some endpoint in a loop

Possible Solution

add the reset tag on the collector service

@dbu
Copy link
Collaborator

dbu commented Feb 12, 2021

thanks for the fix. released as https://github.com/php-http/HttplugBundle/releases/tag/1.20.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants