When I clone the kernel source, I encounter a fatal error.
Greg KH
greg at kroah.com
Tue Nov 8 11:06:53 EST 2016
On Tue, Nov 08, 2016 at 11:52:44PM +0800, Hao Lee wrote:
> Hi,
>
> I used to run 'git clone --depth=1' to get kernel source, because this
> way is very lightweight. But today, I want to clone the whole git
> repository with 'git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git'
>
> Then, I encounter a problem.
>
> The output is :
>
> Cloning into 'linux-stable'...
> remote: Counting objects: 5531619, done.
> remote: Compressing objects: 100% (492978/492978), done.
> error: index-pack died of signal 9531619), 777.26 MiB | 19.22 MiB/s
> fatal: index-pack failed
>
> I do this on my VPS which has 768M memory. Is it because the memory is
> not enough?
Yes.
> If so, is it possible to limit the memory usage of Git?
Not really, try giving your VM more memory, the kernel tree is bigger
than 768M.
good luck!
greg k-h
More information about the Kernelnewbies
mailing list