Bug 1461691 - Increase places.sqlite max size for new autofill. r=mak

MozReview-Commit-ID: 21BSiFJYoV7

--HG--
extra : rebase_source : 740b3982f85da04b9ee578ec2bd3e14cff7cddf0
This commit is contained in:
Drew Willcoxon 2018-05-15 13:16:00 -07:00
parent c67bc6cc9a
commit 42990f9146

View File

@ -67,7 +67,7 @@ const DATABASE_TO_MEMORY_PERC = 4;
const DATABASE_TO_DISK_PERC = 2;
// Maximum size of the optimal database. High-end hardware has plenty of
// memory and disk space, but performances don't grow linearly.
const DATABASE_MAX_SIZE = 73400320; // 70MiB
const DATABASE_MAX_SIZE = 78643200; // 75 MiB
// If the physical memory size is bogus, fallback to this.
const MEMSIZE_FALLBACK_BYTES = 268435456; // 256 MiB
// If the disk available space is bogus, fallback to this.