Nicolas Pitre wrote:I have successfully repacked this repo a few times on a 2.1GHz system with 16G. The smallest attained pack was about 1.45G (1556569742B). This run took about 7 hours 26 min. I ran: git repack -a -d -f --window=250 --depth=250 Here are the relevent config entries: [pack] threads = 1 compression = 9 [repack] usedeltabaseoffset = true Other runs: * Same as above, but with default compression: pack size: 1560624388 time: 7 hours 11 min Not much difference in time or size. * Multi threaded (250m window) [pack] threads = 4 windowmemory = 250m compression = 9 [repack] usedeltabaseoffset = true pack size: 1767405703 time: 3 hours First >99% took 50min. Last 10000 objects took 2hours. * Multi threaded (500m window) [pack] threads = 4 windowmemory = 500m compression = 9 [repack] usedeltabaseoffset = true pack size: 1640820903 time: forgot to time, but between 3-4 hours based on file time I just received Dscho's email, this is interesting to compare with his single threaded result of 1638490531. I wonder if he used deltabaseoffset? I think his machine is a little faster than this one. So using 4 threads finished twice as fast and produced a similar pack size. Actually, the difference could just be the compression setting. * Deeper (git repack -a -d -f --window=250 --depth=500) [pack] threads = 1 compression = 9 [repack] usedeltabaseoffset = true pack size: 1578263745 time: 7 hours 58 min Larger pack compared to --depth=250. -brandon - 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
| Ryan Hope | reiser4 for 2.6.27-rc1 |
| David | sdhci: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter - disabling IRQ |
| H. Peter Anvin | Re: Reiser4. BEST FILESYSTEM EVER? I need help. |
| Alan Cox | [PATCH 01/20] tty: Introduce a tty_port common structure |
git: | |
| Johannes Schindelin | Re: git on MacOSX and files with decomposed utf-8 file names |
| Avery Pennarun | Re: Considering teaching plumbing to users harmful |
| Mark Levedahl | Re: [PATCH] Teach remote machinery about remotes.default config variable |
| Junio C Hamano | Re: tracking repository |
| Richard Stallman | Real men don't attack straw men |
| Tony Abernethy | Re: What is our ultimate goal?? |
| Siju George | This is what Linus Torvalds calls openBSD crowd |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Jim Winstead Jr. | Re: Root Disk/Book Disk Compatibility |
| Brandon S. Allbery | Re: mkdir says "no space left on device" and more problems... |
| Paul Douglas Page | Where is mkfs? |
| Desmond A. Kirkpatrick | ATI GUP bug with Linux 'tickler' |
