FBR: increase pagure processes

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

 



Greetings. 

With all the work Patrick and Pingou have been doing on pagure lately, it's much faster and it doesn't have lockups as often. Unfortunately it does still have them.

Currently when it does stop processing it's got 4 threads at 100% cpu doing tasks on large git repos. I'd like to bump that to have it start 6 of them and see if this makes the lockups happen less (ie, if the problem is that it locks up if 4 large processes happen to hit at the same time, it should lock up less if theres 6 processes running)

+1s?

kevin
--
diff --git a/roles/pagure/frontend/templates/0_pagure.conf b/roles/pagure/frontend/templates/0_pagure.conf
index 480b1ef..4b76d20 100644
--- a/roles/pagure/frontend/templates/0_pagure.conf
+++ b/roles/pagure/frontend/templates/0_pagure.conf
@@ -3,7 +3,7 @@ WSGISocketPrefix run/wsgi
 WSGIRestrictSignal Off
 WSGIPythonOptimize 1
 WSGIPassAuthorization On
-WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=4 threads=4 inactivity-timeout=300
+WSGIDaemonProcess pagure user=git group=git maximum-requests=1000 display-name=pagure processes=6 threads=6 inactivity-timeout=300
 WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-name=paguredocs processes=4 threads=4 inactivity-timeout=300
 
 ## Redirects http -> https

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux