Re: bitmap creation failed

2016-09-02 Thread Jeff King
On Fri, Sep 02, 2016 at 12:04:54PM +0530, Arumuga wrote: > So I understand now, the following. > > 1. reducing the pack file size will increase the clone time > 2. Single pack file is expected to better use bitmap feature. > > Am i correct ? Yes, on both. -Peff

Re: bitmap creation failed

2016-09-01 Thread Jeff King
On Thu, Sep 01, 2016 at 11:16:49AM -0700, gjarms wrote: > Hi Git Experts, > > We have been exploring various ways to improve git cloning time, one among > them is using bitmap which is suppose to save time "counting objects". but > i have problem creating bitmap since the repository contains

Re: bitmap creation failed

2016-09-01 Thread Stefan Beller
e bitmap generation fails with the warning > "warning: disabling bitmap writing, as some objects are not being packed". So I guess your single pack is larger than 10m, so it tries to create multiple packs, and that is not supported as bitmaps only operate on one pack. Stefan > &g

bitmap creation failed

2016-09-01 Thread gjarms
essage in context: http://git.661346.n2.nabble.com/bitmap-creation-failed-tp7657450.html Sent from the git mailing list archive at Nabble.com.