Fix memory leak on roadrunner/frankenphp/etc due to appsec telemetry#4061
Fix memory leak on roadrunner/frankenphp/etc due to appsec telemetry#4061cataphract wants to merge 2 commits into
Conversation
|
Benchmarks [ tracer ]Benchmark execution time: 2026-07-24 19:07:21 Comparing candidate commit c18198c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 194 metrics, 0 unstable metrics.
|
Description
During "user request mode" (one of FrankenPHP's modes, roadrunner, etc.), the telemetry buffer would grow at constant rate of 300 bytes/req, never being drained, draining would only happen at rshutdown
Reviewer checklist