Ryan Lane has submitted this change and it was merged.

Change subject: (bug 37083) Setup periodic repack of git repositories
......................................................................


(bug 37083) Setup periodic repack of git repositories

JGit doesn't do any sort of garbage collection itself, so we'll
do a daily `git gc` on the repos to keep them at a sane size

In theory if you do a lot of branch or tag deletions, it can
temporarily make the repo larger, but that would only last a
day until gc is run again :)

Also, I'm pretty sure this is the underlying cause of the recent
timeout issues with cloning core since it's exploded to well over
1.2G on the gerrit box (but repacks nicely to 185M locally)

Change-Id: Ie79f4dee5b7c8c88372b3bbb62d20ffefcd1d367
---
M manifests/gerrit.pp
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Ryan Lane: Looks good to me, approved
  gerrit2: Verified


--
To view, visit https://gerrit.wikimedia.org/r/22824
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie79f4dee5b7c8c88372b3bbb62d20ffefcd1d367
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Demon <ch...@wikimedia.org>
Gerrit-Reviewer: Demon <ch...@wikimedia.org>
Gerrit-Reviewer: Ryan Lane <rl...@wikimedia.org>
Gerrit-Reviewer: gerrit2 <n...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to