diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-01-27 23:47:17 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-01-27 23:47:55 +0100 |
commit | 8c54443dd24eb15576dd5c2ebfbc6ce174276b3c (patch) | |
tree | bef75c6b912268cba7a9730cc42ec31710cf4c4d /template/en/default | |
parent | a8512cea01b427d2af0a980b856e06e307c4c185 (diff) | |
download | bugzilla-8c54443dd24eb15576dd5c2ebfbc6ce174276b3c.tar.gz bugzilla-8c54443dd24eb15576dd5c2ebfbc6ce174276b3c.tar.xz |
Bug 731589 - Move mod_perl's max_unshared size from mod_perl.pl to localconfig
r=dkl,a=dylan
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 4409d9ff3..61476d69c 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -305,6 +305,10 @@ and you cannot set this up any other way. YOU HAVE BEEN WARNED! If you set this to anything other than "", you will need to run checksetup.pl as ##root## or as a user who is a member of the specified group. END + localconfig_apache_size_limit => <<EOT, +This is the max amount of unshared memory the apache process is allowed to use +before Apache::SizeLimit kills it. This is only applicable when run under mod_perl. +EOT max_allowed_packet => <<EOT, WARNING: You need to set the max_allowed_packet parameter in your MySQL configuration to at least ##needed##. Currently it is set to ##current##. |