On Mon, Oct 28, 2013 at 3:47 PM, Raheel Gupta <[email protected]> wrote:

>
> Then I ran "Pragma shrink_memory"
>
> Memory Used:                         152584 (max 131658680) bytes
> Number of Outstanding Allocations:   79 (max 2081)
>

So, after running "PRAGMA shrink_memory", SQLite has reduced its memory
holdings to 152KB in 79 separate memory allocations.    If your OS says the
process is using more memory than that, then the extra memory must be used
by the application or else be reusable freespace still held by your
malloc() implementation.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to