Description
Hello. I need your help in finding a memory leak that appears to be somewhere in amphp/http-server:v3.0.0-beta.2
(not 100% that it's there). I'm assuming this because my application works correctly on the previous Amp version (which is without the wonderful fibers) and this is the second time I've run into this problem.
I should mention that I made one change in the vendor folder:
private const ALPN = ['http/1.1'];
@DefaultHttpDriverFactory.php
I needed to disable HTTP/2 support on the server, and I didn't find a similar setting elsewhere. This is actually a topic for separate issue (question or feature request).
So. My application reaches out of memory (2G) for two to three minutes. The server is engaged in HTTP-streaming of mp4. I've tried ext-meminfo and some other tools, without success. I am willing to provide any diagnostic data.