From: Mike Rumph Date: Tue, 21 Apr 2015 06:01:58 +0000 (+0000) Subject: Generated doc changes X-Git-Tag: 2.2.30~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672266b08380a14f3f2779a1b86eaf071f56e7ab;p=thirdparty%2Fapache%2Fhttpd.git Generated doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1675036 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index ad2539d1809..c84b1ce9001 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -63,8 +63,8 @@ as swapping increases the latency of each request beyond a point that users consider "fast enough". This causes users to hit stop and reload, further increasing the load. You can, and - should, control the MaxClients setting so that your server - does not spawn so many children it starts swapping. This procedure + should, control the MaxClients 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, @@ -81,7 +81,7 @@