Merge "Increase httpd threads for review.o.o"

This commit is contained in:
Jenkins 2016-08-26 06:01:29 +00:00 committed by Gerrit Code Review
commit ae4219be62

View File

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