From 0c8db25bd02a50896576f97dba073dd657cea564 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Sat, 15 Dec 2012 13:20:33 +0300 Subject: [PATCH] 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 --- smatch_scripts/db/db.schema | 1 + 1 file changed, 1 insertion(+) create mode 100644 smatch_scripts/db/db.schema 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; -- 2.11.4.GIT