Slide 71
Slide 71 text
Chrome Storage Limits
Running out of storage
Once the storage quota for the entire pool is exceeded, the entire data stored for the least
recently used host gets deleted. The browser, however, will not expunge the data in
LocalStorage and SessionStorage. For data stored in other offline APIs, the browser deletes
the data in whole and not in part so that app data doesn't get corrupted in unexpected ways.
As each app is limited to a maximum of 20% of the storage pool, deletion is likely only if the
user is actively running more than five offline apps that are each using the maximum storage.
However, available storage space can shrink as users add more files on their hard drives.
When the available disk space gets tight (Remember, the shared pool only gets half of the
current available disk space), the browser deletes all the data stored for the least recently
used host.
https://developers.google.com/chrome/whitepapers/storage