Re: Multiple threads of compression

2012-11-26 Thread Sebastian Leske
Hi, [Thorsten Glaser , 2012-11-25 17:27]: > On a multi-core machine, the garbage collection of git, as well > as pack compression on the server side when someone clones a > repository remotely, the compression is normally done automatically > using multiple threads of execution. > > That may be f

Re: Multiple threads of compression

2012-11-26 Thread Thorsten Glaser
Brandon Casey dixit: >The number of threads that pack uses can be configured in the global >or system gitconfig file by setting pack.threads. […] >The other setting you should probably look at is pack.windowMemory >which should help you control the amount of memory git uses while >packing. Also l