Increase httpd threads for review.o.o

To handle ever increasing volumes of HTTP traffic, quadruple the
httpd.minThreads and httpd.maxThreads values from their defaults.
Also raise database.poolLimit by the same amount httpd.maxThreads is
raised to provide an equivalent amount of breathing room there.

Change-Id: I7e0a2d462292266c2e71f3be71af1b3a00a221e0
This commit is contained in:
Jeremy Stanley 2016-08-25 19:25:47 +00:00
parent 256c49953f
commit 5a403f02bf
1 changed files with 3 additions and 1 deletions

View File

@ -119,13 +119,15 @@ class openstack_project::review (
ssh_welcome_rsa_pubkey_contents => $ssh_welcome_rsa_pubkey_contents,
email => 'review@openstack.org',
# 1 + 100 + 9 + 2 + 2 + 25 => 139(rounded up)
database_poollimit => '150',
database_poollimit => '225',
container_heaplimit => '30g',
core_packedgitopenfiles => '4096',
core_packedgitlimit => '400m',
core_packedgitwindowsize => '16k',
sshd_threads => '100',
index_threads => 4,
httpd_minthreads => '20',
httpd_maxthreads => '100',
httpd_maxqueued => '200',
war =>
'http://tarballs.openstack.org/ci/gerrit/gerrit-v2.11.4.22.e0c0f29.war',