Fossil SCM
fossil: SQL error: string or blob too big
Closed
3cacfcb6fae3316…
· opened 16 years, 3 months ago
- Type
- Incident
- Priority
- Medium
- Severity
- Important
- Resolution
- Not_A_Bug
- Subsystem
- —
- Created
- Jan. 6, 2010 1:25 p.m.
What is the size limit of a blob ? I got following error when trying to commit a tree with many tar.gz files under the src tree.
[root] fossil commit -m "add basic pkgs" -nosign fossil: SQL error: string or blob too big If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date. [root]
anonymous added on 2010-01-06 13:47:01:
Is there a way to see which file causing the error message ?
anonymous added on 2010-01-06 14:04:22:
a minicpan tar ball was the offending file(1.1G).
bash-2.05$ ls -l pub/8.3/perl-5.10.1/src/minicpan-12152009.tgz -rw-r--r-- 1 webadm other 1118878373 Dec 15 01:18 pub/8.3/perl-5.10.1/src/minicpan-12152009.tgz bash-2.05$
drh added on 2010-01-06 14:17:19:
BLOBs are limited to 1GiB.