Thus said Andy Goth on Tue, 24 Jun 2014 15:12:37 -0500: > I'm having trouble with each commit taking about 45 seconds in a > new repository I initially populated with 5154 files totaling 425 > megabytes. At this point, there are only five or six commits.
I generated a repository with 10,000 files totaling 450MB and the initial commit of all the files did take a long time (at least 60 seconds). Additional commits take about 7--8 seconds. If I turn off repo-cksum it takes much less time because no R-card is generated: fossil settings repo-cksum off I also profiled Fossil as suggested by Dr. Hipp and found similar results to what you reported. 45% of the time (or roughly 3.5 seconds) was spent in MD5Transform and the rest was spent in I/O type (or memory) operations. ``fossil md5 *'' and ``md5 *'' on those same files ran both about 1.5 seconds each. Andy -- TAI64 timestamp: 4000000053aa0c0e _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

