[bugzilla-gnome-org-upstream/production] Add comment about commenting out SizeLimit



commit 742153e06a763ee5ed5a938e7595b6e0bb8ea984
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Thu Oct 9 23:28:52 2014 +0200

    Add comment about commenting out SizeLimit

 mod_perl.pl |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/mod_perl.pl b/mod_perl.pl
index 1e611b0..6eb79ce 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -53,6 +53,8 @@ use Apache2::SizeLimit;
 # This means that every httpd child will die after processing
 # a CGI if it is taking up more than 45MB of RAM all by itself,
 # not counting RAM it is sharing with the other httpd processes.
+# Commented out, because we use older version and it terminates
+# every request.
 # Apache2::SizeLimit->set_max_unshared_size(45_000);
 
 my $cgi_path = Bugzilla::Constants::bz_locations()->{'cgi_path'};


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]