On Sun, Oct 27, 2013 at 12:02 AM, Raheel Gupta <[email protected]> wrote:

> Hi,
>
> Sir, if you see my first email, I have already tried that. When the 15
> Million records are being outputted, the ram usage shoots to a MAX of
> 126MB. After the "PRAGMA shrink_memory" it goes down to 65Mb but doesnt go
> below that.
>
>
It might also be that your memory allocator is holding onto freed memory
rather than releasing it back to the OS.  Have you tried running with
valgrind to see it shows any leaks?

-- 
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