[git-users] Problem cloning a GIT repo, Out of memory, windows XP (32-bit)

2013-03-01 Thread Igor Kazarnovskiy
Morning :) I have a problem cloning a large GIT repository on a windows XP (32-bit) machine. The output looks as follows: $ git clone ssh://user@server/.../git/repo/myrepo mylocalrepo Cloning into 'mylocalrepo'... remote: Counting objects: 384454, done. remote: Compressing objects: 100% (64510/6

Re: [git-users] Problem cloning a GIT repo, Out of memory, windows XP (32-bit)

2013-03-01 Thread Igor Kazarnovskiy
rge repositories on > machines which are tight with memory might be badly impacted by this > though, especially if this cache pushes the system into swapping. A value > of 0 means no limit. The smallest size of 1 byte may be used to virtually > disable this cache. Defaults to 256

Re: [git-users] Problem cloning a GIT repo, Out of memory, windows XP (32-bit)

2013-03-01 Thread Igor Kazarnovskiy
ale Worley: > > > From: Igor Kazarnovskiy > > > > > Yes. I've added following entry to my .gitconfig: > > > > [pack] > > packSizeLimit = 20m > > > > What is strange is that if i run git config --list i get following > oupu

[git-users] Re: Problem cloning a GIT repo, Out of memory, windows XP (32-bit)

2013-03-04 Thread Igor Kazarnovskiy
$ git --version git version 1.8.1.msysgit.1 Am Samstag, 2. März 2013 13:19:07 UTC+1 schrieb Thomas Ferris Nicolaisen: > > On Friday, March 1, 2013 1:17:49 PM UTC+1, Igor Kazarnovskiy wrote: > >> Morning :) >> >> I have a problem cloning a large GIT repository on a wind