Re: FreeBSD 13 source code using git clone fails

From: tech-lists <tech-lists_at_zyxst.net>
Date: Tue, 28 Sep 2021 16:48:08 UTC
On Tue, Sep 21, 2021 at 09:18:57PM +0300, Stefan Parvu wrote:
>> It would probably be faster to do the git clone on a more capable
>> machine and then use rsync+ssh (or an nfs mount) to copy everything it
>> downloaded to the rpi.
>
>+1
>
>thats right. takes forever.

if you're using a microsd for /usr/src you'll get better performance [1]
with a usb stick. if swap is needed, format the usb stick to have the
swap.

[1] microsd is slow media for writing. usb2 is faster, spinning rust
might be even faster (it certainly is for rpi4/usb3 spinning rust)
[2] anything fast writing small files needs this, or a mfs, on rpi[2,3]
like git or svn. The problem never happens on rpi4/usb3-hd/100Mbit.
-- 
J.