Great, that handled the memory leak but the auto-vacuum is still not working. Storage remains the same and is never released back to the system.
When would this would it make it in a release? Thanks. Regards, Rick Keiner On 6/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
"Rick Keiner" <[EMAIL PROTECTED]> wrote: > I'm back. ;) I found out that sqlite3pager_movepage goes in and calls > unlinkHashChain which sets the page no to zero but leaves it on the > pNextFree/pPrevFree list. On subsequent calls to memoryTruncate the page is > never unlinked. Please check and see if check-in [3318] does not fix this problem. http://www.sqlite.org/cvstrac/chngview?cn=3318 -- D. Richard Hipp <[EMAIL PROTECTED]>