From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Shawn Pearce Subject: Re: win2k/cygwin cannot handle even moderately sized packs Date: Tue, 7 Nov 2006 13:56:48 -0500 Message-ID: <20061107185648.GE26591@spearce.org> References: <81b0412b0611070302h50541cd5mf0758afe0d6befda@mail.gmail.com> <45507965.3010806@peralex.com> <81b0412b0611070555u1833cc8ci1d37d45782562df8@mail.gmail.com> <81b0412b0611070928l7be83e08kbfc9657937fe7c92@mail.gmail.com> <20061107174859.GB26591@spearce.org> <81b0412b0611071013j51254a40s749fb6cba65e6873@mail.gmail.com> <20061107181808.GC26591@spearce.org> <20061107182636.GD26591@spearce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Date: Tue, 7 Nov 2006 18:57:37 +0000 (UTC) Cc: Jakub Narebski , Junio C Hamano , git@vger.kernel.org Return-path: Envelope-to: gcvg-git@gmane.org Content-Disposition: inline In-Reply-To: <20061107182636.GD26591@spearce.org> User-Agent: Mutt/1.5.11 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - corvette.plexpod.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - spearce.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhW8R-0006lm-IT for gcvg-git@gmane.org; Tue, 07 Nov 2006 19:57:23 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754277AbWKGS4z (ORCPT ); Tue, 7 Nov 2006 13:56:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754278AbWKGS4z (ORCPT ); Tue, 7 Nov 2006 13:56:55 -0500 Received: from corvette.plexpod.net ([64.38.20.226]:9922 "EHLO corvette.plexpod.net") by vger.kernel.org with ESMTP id S1754272AbWKGS4y (ORCPT ); Tue, 7 Nov 2006 13:56:54 -0500 Received: from cpe-74-70-48-173.nycap.res.rr.com ([74.70.48.173] helo=asimov.home.spearce.org) by corvette.plexpod.net with esmtpa (Exim 4.52) id 1GhW7n-0000Uf-MF; Tue, 07 Nov 2006 13:56:43 -0500 Received: by asimov.home.spearce.org (Postfix, from userid 1000) id 7333120E487; Tue, 7 Nov 2006 13:56:48 -0500 (EST) To: Alex Riesen Sender: git-owner@vger.kernel.org Shawn Pearce wrote: > Shawn Pearce wrote: > > Alex Riesen wrote: > > > >The patches are on the mailing list archives somewhere around > > > >Sept. 5th timeframe from me; as I recall we dropped them as they > > > >didn't apply on top of Junio's 64 bit index changes (which were > > > >reverted out of next anyway). > > > > > > I seem to be unable to find them. Does anyone still has the > > > patches/branch please? Junio, you did sound interested? > > > (God, I wish I have paid attention then...) > > You can't find them because I never sent them. *sigh* > > Too f'ing bad this .patch I created with format-patch doesn't say > what commits it was based on, 'cause I can't find anything it will > apply too. Or better, too f'ing bad I deleted that branch. *sigh* This thread has now proven without any shadow of a doubt that I can be an idiot sometimes. In this case my patch didn't apply because it was 3rd in a series; I had two of those patches but lacked the third (a simple cleanup patch). Redoing that simple cleanup let everything apply. I've pushed the changes out to repo.or.cz: http://repo.or.cz/w/git/fastimport.git in the window-mapping branch. Note that this is based on a slightly older version of Git (v1.4.2). There are two "tuneables" on line 376 of sha1_file.c, this is the maximum amount of memory (in bytes) to denote to packs and the maximum chunk size of each pack (in bytes). I planned on making these configuration options but didn't get to that yet. --