Merge "Raise gerrit heaplimit to 30 GB"

This commit is contained in:
Jenkins 2016-04-11 19:31:39 +00:00 committed by Gerrit Code Review
commit 16de26fcd1

View File

@ -112,7 +112,7 @@ class openstack_project::review (
email => 'review@openstack.org',
# 1 + 100 + 9 + 2 + 2 + 25 => 139(rounded up)
database_poollimit => '150',
container_heaplimit => '12g',
container_heaplimit => '30g',
core_packedgitopenfiles => '4096',
core_packedgitlimit => '400m',
core_packedgitwindowsize => '16k',