Date: Fri, 5 Jun 2020 16:30:21 +0200 From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= <uqs@freebsd.org> To: freebsd-git@freebsd.org Subject: cgit performance and packs Message-ID: <CAJ9axoSKQUjkzX%2BqLnWZsFRySxnM2Whn48cU6kHW28ZuOKHvnQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi folks, It takes 50min to git clone from https://cgit-beta.freebsd.org/src which is kinda bad. Furthermore, I end up with 11GiB of packfiles. What? How does cgit do its housekeeping when we keep pushing "random crap". Is there a periodic repacking going on? Is it triggered on upload maybe? Can we make sure to run with aggressive pruning for now? % time git clone -v https://cgit-beta.freebsd.org/src Cloning into 'src'... Fetching objects: 3724675, done. Checking connectivity: 3724675, done. Updating files: 100% (77070/77070), done. git clone -v https://cgit-beta.freebsd.org/src 1378.90s user 216.29s system 51% cpu 52:07.58 total % du -sh .git 11G .git
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ9axoSKQUjkzX%2BqLnWZsFRySxnM2Whn48cU6kHW28ZuOKHvnQ>