15

I am seeing this error in my console for chrome.

Application Cache Error event: Failed to commit new cache to storage, would exceed quota

it means what it seems to mean right? That my app is trying to cache too much data?

Is there anything that can be done about it?

Same site works in FF no issues.

4

2 回答 2

12

如果您只想更改缓存的大小,请使用“--disk-cache-size=N”启动 chrome。

如果您想查看缓存中的内容,只需在 Omnibar 中输入about:cacheabout:appcache-internals

对于参考文件:DOMApplicationCache Class Reference或谷歌“A Beginner's Guide to Using the Application Cache”(我可能不会发布更多链接,对不起)

于 2011-01-10T13:22:36.960 回答
9

当您的系统驱动器的磁盘空间不足时,也会发生此错误,因此在这种情况下释放磁盘空间可以解决此问题。

于 2015-02-16T04:33:14.100 回答