Re: FreeBSD 13 source code using git clone fails
Ian Lepore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
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