Comment 87 for bug 215728

Revision history for this message
In , Dcamp (dcamp) wrote :

Created attachment 318863
increase the page size, let the cache size grow on linux

The attached patch lets the cache grow as big as it needs to (up to a limit of 100 megs, as a sanity check) on linux. The cache is freed when the update is done. It also fixes the page size to be 4096 (this is actually a regression from the schema versioning change awhile back).

To pick up the pagesize change we need to reset the DB, hence the IMPLEMENTATION_VERSION bump.

I'm not sure this is the best or final fix, but I'd like to get feedback on it, so I think we should put it in.