Merge "Allow java to allocate more memory for Gerrit"

This commit is contained in:
Jenkins 2015-12-29 00:57:36 +00:00 committed by Gerrit Code Review
commit 27b040913a

View File

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