Re: FreeBSD 13 source code using git clone fails

From: Stefan Parvu <sparvu_at_kronometrix.org>
Date: Tue, 21 Sep 2021 18:13:56 UTC
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. 


last pid:  3181;  load averages:  2.74,  2.50,  1.70                                                                                                                             
32 processes:  1 running, 31 sleeping
CPU: 24.4% user,  0.0% nice,  2.8% system,  6.0% interrupt, 66.8% idle
Mem: 573M Active, 66M Inact, 78M Laundry, 164M Wired, 99M Buf, 21M Free
Swap: 2048M Total, 314M Used, 1733M Free, 15% Inuse, 6760K In, 848K Out

  PID USERNAME    THR PRI NICE   SIZE    RES STATE    C   TIME    WCPU COMMAND
 3145 root          4  20    0  1525M   665M uwait    1  33:56 111.09% git
 3150 root          1  20    0    14M  1064K CPU0     0   0:03   0.21% top
 2799 freebsd       1  20    0    20M   460K select   1   0:02   0.05% sshd
 2527 freebsd       1  20    0    20M   560K select   2   0:19   0.02% sshd
 1087 ntpd          1  20    0    21M   656K select   3   0:06   0.02% ntpd
 3143 root          1  35    0    28M   788K piperd   3   3:20   0.00% git-remote-https


Stefan