On 12/6/07, Linus Torvalds <torvalds@linux-foundation.org> wrote:
jonsmirl@terra:/video/gcc$ time git blame -C gcc/regclass.c > /dev/null
real 1m21.967s
user 1m21.329s
sys 0m0.640s
The Mozilla repo is at least 50% larger than the gcc one. It took me
23 minutes to repack the gcc one on my $800 Dell. The trick to this is
lots of RAM and 64b. There is little disk IO during the compression
phase, everything is cached.
I have a 4.8GB git process with 4GB of physical memory. Everything
started slowing down a lot when the process got that big. Does git
really need 4.8GB to repack? I could only keep 3.4GB resident. Luckily
this happen at 95% completion. With 8GB of memory you should be able
to do this repack in under 20 minutes.
jonsmirl@terra:/video/gcc$ time git repack -a -d -f --depth=250 --window=250
real 22m54.380s
user 69m18.948s
sys 0m23.773s
--
Jon Smirl
jonsmirl@gmail.com
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html