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:
James E. Blair 2016-01-08 09:03:01 -08:00
parent 57301f80e7
commit 6875fac8b3
2 changed files with 0 additions and 6 deletions

View File

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

View File

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