On May 26, 2015, at 12:22 AM, Luca Ferrari <fluca1...@infinito.it> wrote: > > % fossil dbstat > > repository-size: 851812352 bytes (851.8MB) > artifact-count: 5893 (stored as 1620 full text and 4273 delta blobs) > artifact-sizes: 247006 average, 102056222 max, 1455361146 bytes (1.5GB) > total
You have a 100 MiB file checked in?? > compression-ratio: 17:10 That sounds like you have a lot of compressed blobs in the repo. (e.g. PNGs or ZIPs) Those will be unusually hard on Fossil, since the tiniest little change to the raw file data is likely to cause the entire compressed file contents to change. My two largest Fossil repos have a 39:1 and 5:1 compression ratio, indicating a lot of uncompressed files, with relatively small diffs for each change. All of the above confirms the other respondents’ advice: turn off repo-cksum. _______________________________________________ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users