Bump gerrit to 48g heap
It ran up against the 30g limit within a couple of hours after the 2.13 upgrade. Give it more headroom to hopefully let it function longer. Change-Id: I41fb5929c99b82858f7dac28d89497db332bdbd8
This commit is contained in:
parent
6827cea43d
commit
4df9380956
@ -115,7 +115,7 @@ class openstack_project::review (
|
||||
email => 'review@openstack.org',
|
||||
# 1 + 100 + 9 + 2 + 2 + 25 => 139(rounded up)
|
||||
database_poollimit => '225',
|
||||
container_heaplimit => '30g',
|
||||
container_heaplimit => '48g',
|
||||
core_packedgitopenfiles => '4096',
|
||||
core_packedgitlimit => '400m',
|
||||
core_packedgitwindowsize => '16k',
|
||||
|
Loading…
Reference in New Issue
Block a user