I am using sqlite3 in python, the program runns in different threads. Sqlite3 resides only in one thread. After a while the sqlite3 thread takes ot much memory.
How can I limit the maximum amount of memory sqlite3 uses?
What are rules of tumb about the maximal memory size?