On 19 Jan 2015, at 6:04pm, Andy (KU7T) <k...@ku7t.org> wrote:

> Any ideas what I am doing wrong. Do you have to exclusively lock or wait
> somewhere?

You have to run VACUUM immediately after setting the new page_size.  See

<http://www.sqlite.org/pragma.html#pragma_page_size>

One normally only sets the page_size when creating a new database.  VACUUM 
simulates writing a new database.

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

Reply via email to