> Are graceful restarts with the Event MPM known to be problematic?

Not especially. Not much different from worker. Ultimately if requests
are hung, gracefully exiting processes can hang around a long time and
take up space needed by processes running after the restart.

What are your current MPM settings and how busy is your server during
rotation? If ServerLimit is above MaxClients/ThreadsPerChild the extra
scoreboard space is what allows the old generation of processes to
gracefully exit while a new generation spins up.

Does your logrotate script restart multiple times in succession for
many log files?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to