From 66b24ad162c536fc43baaca73c6a5fca52b1b2b2 Mon Sep 17 00:00:00 2001 From: Mike Rumph Date: Mon, 20 Apr 2015 23:29:57 +0000 Subject: [PATCH] Generated doc changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675005 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/perf-tuning.html.en | 102 +++++++++++++-------------- docs/manual/misc/perf-tuning.xml.fr | 2 +- docs/manual/misc/perf-tuning.xml.ko | 2 +- docs/manual/misc/perf-tuning.xml.tr | 2 +- 4 files changed, 54 insertions(+), 54 deletions(-) diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index c3cf651c86..65a49863a1 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -64,8 +64,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 MaxRequestWorkers setting so that your server - does not spawn so many children it starts swapping. This procedure + should, control the 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, @@ -82,7 +82,7 @@