On 03/08/2011 11:51 PM, Alexey Pechnikov wrote:
> I try to vacuum database about 11Gb size on debian squeeze host with 1,5 Gb 
> RAM:
>
> sqlite3 test.db 'vacuum;'
> Error: disk I/O error
>
> Note: any new files does not created on vacuuming process (may be
> created journal, does not it?).
>
> But this work correct:
> sqlite3 test.db '.dump'|sqlite3 test2.db

Is the temp file space filling up?


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

Reply via email to