Revert "Schedule Gerrit's git garbage collection"
This reverts commit 925083544a
.
Garbage collection in *Git* is not the same thing as garbage
collection in *Java*. We're seeing gerrit spend a lot of time in
*Java* garbage collection. We do not need to adjust *Git* garbage
collection for that.
Change-Id: Ica3cc603d9e0ed68efbb1c7606f3e7d67fddac3c
This commit is contained in:
parent
57301f80e7
commit
6875fac8b3
@ -30,8 +30,6 @@ class openstack_project::gerrit (
|
||||
$email = '',
|
||||
$database_poollimit = '',
|
||||
$container_heaplimit = '',
|
||||
$gc_start_time = '',
|
||||
$gc_interval = '',
|
||||
$core_packedgitopenfiles = '',
|
||||
$core_packedgitlimit = '',
|
||||
$core_packedgitwindowsize = '',
|
||||
@ -130,8 +128,6 @@ class openstack_project::gerrit (
|
||||
openidssourl => 'https://login.launchpad.net/+openid',
|
||||
database_poollimit => $database_poollimit,
|
||||
container_heaplimit => $container_heaplimit,
|
||||
gc_start_time => $gc_start_time,
|
||||
gc_interval => $gc_interval,
|
||||
core_packedgitopenfiles => $core_packedgitopenfiles,
|
||||
core_packedgitlimit => $core_packedgitlimit,
|
||||
core_packedgitwindowsize => $core_packedgitwindowsize,
|
||||
|
@ -108,8 +108,6 @@ class openstack_project::review (
|
||||
# 1 + 100 + 9 + 2 + 2 + 25 => 139(rounded up)
|
||||
database_poollimit => '150',
|
||||
container_heaplimit => '12g',
|
||||
gc_start_time => '4:30',
|
||||
gc_interval => '1 day',
|
||||
core_packedgitopenfiles => '4096',
|
||||
core_packedgitlimit => '400m',
|
||||
core_packedgitwindowsize => '16k',
|
||||
|
Loading…
Reference in New Issue
Block a user