diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/installation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index a18f6f98c..4c8cb1452 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.136 2007/02/13 00:19:00 mkanat%bugzilla.org Exp $ --> +<!-- $Id: installation.xml,v 1.137 2007/03/10 01:18:47 vladd%bugzilla.org Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -1138,7 +1138,7 @@ <listitem> <para> mod_perl support in Bugzilla can take up a HUGE amount of RAM. You could be - lookng at 30MB per httpd child, easily. Basically, you just need a lot of RAM. + looking at 30MB per httpd child, easily. Basically, you just need a lot of RAM. The more RAM you can get, the better. mod_perl is basically trading RAM for speed. At least 2GB total system RAM is recommended for running Bugzilla under mod_perl. |