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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user