Skip to content

Commit 2d02bab

Browse files
siara-ccsiara-in
authored andcommitted
reduce cache size to 32k
1 parent a863c3e commit 2d02bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config_ext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define SQLITE_DEFAULT_MEMSTATUS 0
2020
#define SQLITE_DEFAULT_MMAP_SIZE 0
2121
#define SQLITE_DEFAULT_LOCKING_MODE 1
22-
#define SQLITE_DEFAULT_LOOKASIDE 512,128
22+
#define SQLITE_DEFAULT_LOOKASIDE 512,64
2323
#define SQLITE_DEFAULT_PAGE_SIZE 4096
2424
#define SQLITE_DEFAULT_PCACHE_INITSZ 8
2525
#define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768

0 commit comments

Comments
 (0)