I was playing around with PHP_LSAPI_CHILDREN and LSAPI_AVOID_FORK and also memory limits and noticed that a hard limit of under 300MB of ram makes the server not really come up again. And the only way I can limit the total RAM of OLS from my understanding now is to limit the number of PHP_LSAPI_CHILDREN. And after increasing RAM on my container I noticed that the Children always take around 120MB of RAM.
Am I missing something in the docs? What is the best practice or most reliable way to control OLS (PHP) memory usage in total?
Am I missing something in the docs? What is the best practice or most reliable way to control OLS (PHP) memory usage in total?