From 8f5c2f55246d9da62ed8fe14bb926788ff6fea95 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Mon, 20 Apr 2015 23:20:03 +0000 Subject: [PATCH] Grammar improvements in performance tuning doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675004 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/perf-tuning.xml | 102 +++++++++++++++---------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml index 5c9cd64037..2b976716ff 100644 --- a/docs/manual/misc/perf-tuning.xml +++ b/docs/manual/misc/perf-tuning.xml @@ -56,8 +56,8 @@ that users consider "fast enough". This causes users to hit stop and reload, further increasing the load. You can, and should, control the MaxRequestWorkers setting so that your server - does not spawn so many children it starts swapping. This procedure + >MaxRequestWorkers setting, so that your server + does not spawn so many children that it starts swapping. The procedure for doing this is simple: determine the size of your average Apache process, by looking at your process list via a tool such as top, and divide this into your total available memory, @@ -74,7 +74,7 @@