Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2023 08:56:36 +0100
From:      void <void@f-m.fm>
To:        freebsd-arm@freebsd.org
Subject:   Re: git takes ages after fetching ports in the resolving deltas stage
Message-ID:  <ZCVAtHNM0lmrfvah@int21h>
In-Reply-To: <ZCPM16j8SD3GnsUn@int21h>
References:  <ZCPM16j8SD3GnsUn@int21h>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 29, 2023 at 06:29:59AM +0100, void wrote:
>Hello arm@,
>
>Lately I'm finding that git is taking up to 10 minutes in the 'resolving deltas'
>stage when fetching ports.

for anyone reading - the fix was to stop zfsd, turn it off in rc.conf and reboot

# date && git pull --ff-only -q && date
Thu Mar 30 08:35:01 BST 2023
Thu Mar 30 08:36:06 BST 2023

[00:00:26] Ports supports: FLAVORS SELECTED_OPTIONS
[00:00:26] Inspecting ports tree for modifications to git checkout... yes
[00:01:36] Ports top-level git hash: 53eab2d0cfd

much better! :D

later discovered slow disk access was showing in other areas too, like 
when locate updatedb runs. So it wasn't a git issue but a zfs one.
Maybe it's an issue that looms large only on modest systems.
-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZCVAtHNM0lmrfvah>