From 2593704e2757783a769954367a47157eabb82d56 Mon Sep 17 00:00:00 2001 From: b1v1r Date: Mon, 27 Jul 2009 20:17:59 +0000 Subject: [PATCH] Clarify the new MaxWorkerRequests mlogc parameter. --- apache2/mlogc-src/mlogc-default.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apache2/mlogc-src/mlogc-default.conf b/apache2/mlogc-src/mlogc-default.conf index 9d1d434b..919b1adc 100644 --- a/apache2/mlogc-src/mlogc-default.conf +++ b/apache2/mlogc-src/mlogc-default.conf @@ -66,7 +66,9 @@ MaxConnections 10 # How many requests a worker will process before recycling itself. # This is to help prevent problems due to any memory leaks that may -# exists. +# exists. If this is set to 0, then no maximum is imposed. The default +# is 1000 requests per worker (the number of workers is controlled by the +# MaxConnections limit). MaxWorkerRequests 1000 # The time each connection will sit idle before being reused,