Marcus Grimm wrote:
> I can see that the application increases memory up to appx. 600 MB
> while the database is populated - That is the cache_size=500000,
> I assume.

cache_size=500000 corresponds to:
 255 MB (page size 512 bytes)
 488 MB (page size 1 KB)
 977 MB (page size 2 KB)
 1.9 GB (page size 4 KB)

What does "PRAGMA page_size;" say in your database?

And are you running in a 32-bit or 64-bit process?


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to