From: Dan Carpenter Date: Sat, 15 Dec 2012 10:20:33 +0000 (+0300) Subject: db: make the size limit for the database larger X-Git-Tag: 1.57~108 X-Git-Url: https://repo.or.cz/w/smatch.git/commitdiff_plain/0c8db25bd02a50896576f97dba073dd657cea564 db: make the size limit for the database larger It's started to get close to the limit with a make allmodconfig on the kernel. Signed-off-by: Dan Carpenter --- diff --git a/smatch_scripts/db/db.schema b/smatch_scripts/db/db.schema new file mode 100644 index 00000000..23118d15 --- /dev/null +++ b/smatch_scripts/db/db.schema @@ -0,0 +1 @@ +PRAGMA max_page_count = 2147483646;