Issue 119: Crashes when committing large number of files http://bitbucket.org/tortoisehg/stable/issue/119/crashes-when-committing-large-number-of
Steve Borho / sborho on Mon, 23 Mar 2009 06:25:41 +0100: Comment: Large numbers of files should not matter as much as the individual file sizes. Files in the range of 100MB or larger can cause serious memory issues on Windows. The commit tool has some obvious deficiencies in that it tries to hold all of your repository diffs in memory. Some of that can be improved but not all. For really large commits, the command line is still your best bet. I'm really surprised the clone failed since it does not hold anything in memory for very long. That leads me to suspect your repository has some very large files in it. When you say crash, does it generate a traceback or does python GPF? Changes: status: new -> open -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
