Raise gerrit heaplimit to 30 GB

With the new instance with mor RAM, we should raise the heap limit to 30
GB.

Change-Id: Ib60b02d1374ccd8f1f7634776e336a32c5c92a20
This commit is contained in:
Andreas Jaeger 2016-04-10 18:09:35 +02:00
parent 7d3981bcf4
commit f1f0a882c4

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',