Re: FreeBSD 13 source code using git clone fails

From: Ian Lepore <ian_at_freebsd.org>
Date: Tue, 21 Sep 2021 18:17:25 UTC
On Tue, 2021-09-21 at 21:13 +0300, Stefan Parvu wrote:
> thank you guys. On Raspberry PI, the git process has a real size
> segment of 1.5GB! 
> So I did run out of virtual memory. I have added a swap file based
> and all it is fine now.
> Takes some time to clone. 
> 

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.

-- Ian