|
Ok, I've let LS run for another week and checked what I see with 'top' command before and after LS graceful restart.
After 1 week of continuous running:
lshttpd - one process - between 23 and 28 % CPU, 5% memory
lsphp - about 50 separate processes - typically 5 to 8 % CPU each, 0.1% memory each
After graceful restart:
lshttpd - one process - between 20 and 22 % CPU, 1.7% memory
lsphp - about 50 separate processes - typically 1 to 7 % CPU each, 0.1% memory each
phpLsapi variables:
PHP_LSAPI_CHILDREN=50
PHP_LSAPI_MAX_REQUESTS=5000
|