Уточкин Александр <utochkinao-o+mxotu4lmchxe+lvdl...@public.gmane.org> wrote:
> Could you tell me please if it is normal that memory used by application
> goes like this:
> 
> SQLite3_Prepare_v2 - Memory used changes slightly
> 
> Binding values - Memory used changes slightly
> 
> Loop with sq3lite_step - Memory used growths by 16Mb
> 
> sq3lite_finalize - Memory used doesn't reduce

Yes, this is normal. You are looking at the page cache. See also

http://sqlite.org/pragma.html#pragma_cache_size

-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to