Ok, something's very wrong here:
> Places.sqlite size is 20480KiB
> History can store a maximum of 24265 unique pages
That number is very low, I'd expect it to be > 100k in most cases. Because that number is slow, Places will try to reduce history into that limit by expiring the oldest stuff.
How much memory does your system have?
Could you please run this code in the browser console and report results: `Services.sysinfo.getProperty("memsize");`
How much free space on disk does your system have?
Could you please run this code in the browser console and report results: `PlacesUtils.history.DBConnection.databaseFile.QueryInterface(Ci.nsIFile).diskSpaceAvailable`
Bug 1753729 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Ok, something's very wrong here:
> Places.sqlite size is 20480KiB
> History can store a maximum of 24265 unique pages
That number is very low, I'd expect it to be > 100k in most cases. Because that number is low, Places will try to reduce history into that limit by expiring the oldest stuff.
How much memory does your system have?
Could you please run this code in the browser console and report results: `Services.sysinfo.getProperty("memsize");`
How much free space on disk does your system have?
Could you please run this code in the browser console and report results: `PlacesUtils.history.DBConnection.databaseFile.QueryInterface(Ci.nsIFile).diskSpaceAvailable`
Ok, something's very wrong here:
> Places.sqlite size is 20480KiB
> History can store a maximum of 24265 unique pages
That number is very low, I'd expect it to be > 100k in most cases. Because that number is low, Places will try to reduce history into that limit by expiring the oldest stuff.
How much memory does your system have?
Could you please run this code in the browser console and report results: `Services.sysinfo.getProperty("memsize")`
How much free space on disk does your system have?
Could you please run this code in the browser console and report results: `PlacesUtils.history.DBConnection.databaseFile.QueryInterface(Ci.nsIFile).diskSpaceAvailable`
Ok, something's very wrong here:
> Places.sqlite size is 20480KiB
> History can store a maximum of 24265 unique pages
That number is very low, I'd expect it to be > 100k in most cases. Because that number is low, Places will try to reduce history into that limit by expiring the oldest stuff.
How much memory does your system have?
Could you please run this code in the browser console and report results: `Services.sysinfo.getProperty("memsize")`
How much free space on disk does your profile folder have?
Could you please run this code in the browser console and report results: `PlacesUtils.history.DBConnection.databaseFile.QueryInterface(Ci.nsIFile).diskSpaceAvailable`