On Wed, Jun 28, 2017 at 02:07:24PM -0600, Kevin Fenzi wrote: > Greetings. > > We saw two issues in composes this morning (an ostree that failed to download things and a server dvd compose that failed to download a package). > > looking at the time this happened, the apache on kojipkgs02 hit maxrequestworkers. > > So, I think when this happens, varnish sends back a 502 to new requests for a few seconds while the queue processes down. > > I would like to increase the limit from 256 (the default) to 512. > > +1s? > > kevin > -- > From 6733ba83e129157eb93e2ac5c24b79aebc2ac0b8 Mon Sep 17 00:00:00 2001 > From: Kevin Fenzi <kevin@xxxxxxxxx> > Date: Wed, 28 Jun 2017 20:00:45 +0000 > Subject: [PATCH] up the apache limit on kojipgks from default 256 to 512. This > should hopefully stop issues with 256 requests at a time causing download > errors for composes > > Signed-off-by: Kevin Fenzi <kevin@xxxxxxxxx> > --- > roles/kojipkgs/files/kojipkgs.conf | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/roles/kojipkgs/files/kojipkgs.conf b/roles/kojipkgs/files/kojipkgs.conf > index cf8ea56..73174bd 100644 > --- a/roles/kojipkgs/files/kojipkgs.conf > +++ b/roles/kojipkgs/files/kojipkgs.conf > @@ -1,4 +1,6 @@ > ServerName https://kojipkgs.fedoraproject.org > +MaxRequestWorkers 512 > +ServerLimit 512 > > RequestHeader unset Accept-Encoding early +1 for me as well Pierre
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx