Configure heap limits.

This commit is contained in:
Nuno Cruces
2024-09-13 16:21:20 +01:00
parent fdfaaa8cec
commit b631ff1add
9 changed files with 448 additions and 396 deletions

View File

@@ -2,7 +2,6 @@
#define SQLITE_DQS 0
#define SQLITE_THREADSAFE 0
#define SQLITE_DEFAULT_MEMSTATUS 0
#define SQLITE_DEFAULT_WAL_SYNCHRONOUS 1
#define SQLITE_LIKE_DOESNT_MATCH_BLOBS
#define SQLITE_MAX_EXPR_DEPTH 0
@@ -13,6 +12,7 @@
#define SQLITE_OMIT_AUTOINIT
// We need these:
// #define SQLITE_DEFAULT_MEMSTATUS 0
// #define SQLITE_OMIT_DECLTYPE
// #define SQLITE_OMIT_PROGRESS_CALLBACK