Hi,
I am pretty sure you can reproduce this.
Do the following steps:
docker run --rm -it --name litespeed -p 8888:80 litespeedtech/openlitespeed:1.7.19-lsphp74 bash
In the docker container run echo '<?php echo str_repeat("a",2000000);' > /var/www/vhosts/localhost/html/test.php
Outside the...