From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] git-prune/git-repack costs
Date: Sat, 27 May 2006 12:24:27 +0400
Message-ID: <20060527082427.GA14973@procyon.home> (raw)
In-Reply-To: <20060526210221.GB23087@nomad.office.altlinux.org>
[-- Attachment #1: Type: text/plain, Size: 2095 bytes --]
On Sat, May 27, 2006 at 01:02:21AM +0400, Dmitry V. Levin wrote:
> On Wed, May 10, 2006 at 05:28:24PM +0400, Dmitry V. Levin wrote:
> > On Wed, May 10, 2006 at 05:07:52PM +0400, Alexey I. Froloff wrote:
> > > * Dmitry V. Levin <ldv@> [060510 16:59]:
> > > > > > > git-prune && git-repack -a -d -q
> > > > > > > я пока что запускаю вручную.
> > > > > > GIT_DIR=/path/to/project.git git-repack -a -d -q ?
> > > > > Возможно, что GIT_DIR переопределять не надо.
> > > > Да, достаточно одной строчки:
> > > > git-prune && git-repack -a -d
> > > Стоя в /path/to/project.git или в рабочей копии и потом это
> > > push'нется ?
> >
> > Нет, в post-update, перед exec'ом.
>
> Сейчас у меня в post-update написано так:
> git-prune && git-repack -a -d && git-update-server-info
>
> Должен заметить, что на репозитории packages/gcc3.4.git размером 42M
> (в нём все 13 сборок пакета gcc3.4) эта операция (git-prune + git-repack)
> потребляет заметное количество ресурсов. Сервер, выполняющий сейчас
> обязанности devel.altlinux.org, ляжет очень быстро, если каждый мантейнер
> будет выполнять эту операцию по своему разумению.
Вообще-то обычно делают git-repack -a -d && git-prune-packed.
git-prune - действительно очень ресурсоёмкая операция, но она нужна
только в том случае, если в репозитории по каким-то причинам появились
объекты, на которые нет ссылок. Кроме того, необходимо, чтобы при
выполнении git-prune никто не писал в репозиторий (иначе только что
добавленные объекты могут быть удалены, поскольку в этот момент на них
ещё нет ссылок).
На самом деле даже git-prune-packed может помешать выполняющимся
параллельно операциям с репозиторием (если в момент начала операции
git-repack ещё не успел создать новый pack-файл, а через некоторое
время потребовались объекты, которые были помещены в новый pack и
удалены git-prune-packed).
Кроме того, если постоянно выполнять git-repack -a -d, нужно делать
доступ через git daemon - нормально работать через http или rsync в
таких условиях невозможно (при каждом git fetch всё будет скачиваться
заново).
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
next prev parent reply other threads:[~2006-05-27 8:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-09 20:03 [devel] sandman vs. hasher+gear Alexey I. Froloff
2006-05-10 10:05 ` Dmitry V. Levin
2006-05-10 10:38 ` Alexey I. Froloff
2006-05-10 11:00 ` Dmitry V. Levin
2006-05-10 11:36 ` Alexey I. Froloff
2006-05-10 12:21 ` Dmitry V. Levin
2006-05-10 12:53 ` Dmitry V. Levin
2006-05-10 13:07 ` Alexey I. Froloff
2006-05-10 13:28 ` Dmitry V. Levin
2006-05-26 21:02 ` [devel] git-prune/git-repack costs Dmitry V. Levin
2006-05-27 8:24 ` Sergey Vlasov [this message]
2006-05-27 23:31 ` Dmitry V. Levin
2006-05-28 8:35 ` Sergey Vlasov
2006-05-28 14:11 ` Dmitry V. Levin
2006-05-29 8:28 ` Sergey Vlasov
2006-06-19 9:18 ` Alexey I. Froloff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060527082427.GA14973@procyon.home \
--to=vsu@altlinux.ru \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git