Skip to Content
Menu
This question has been flagged
2 Replies
2382 Views

Hi there,


I'm randomly getting this error message saying "QuotaExceededError: The quota has been exceeded.". Sometimes the message appears during backup (I'm using auto-backup extension), but I've also seen this message when I'm doing simple things, like opening a customer's address or creating a quotation.


Does anyone know what is this error, or what is causing it?


The full error message:

QuotaExceededError: The quota has been exceeded.
http://192.168.1.109:8069/web/content/726-7f34f43/web.assets_common.js:4565
Traceback:
setItem@http://192.168.1.109:8069/web/content/726-7f34f43/web.assets_common.js:4565:385
_trigger_up@http://192.168.1.109:8069/web/content/1618-84a38f9/web.assets_backend.js:3281:87
trigger_up@http://192.168.1.109:8069/web/content/726-7f34f43/web.assets_common.js:4765:280
call@http://192.168.1.109:8069/web/content/726-7f34f43/web.assets_common.js:4827:372
_callLocalStorage@http://192.168.1.109:8069/web/content/1618-84a38f9/web.assets_backend.js:3265:235
_onFocusChange@http://192.168.1.109:8069/web/content/1618-84a38f9/web.assets_backend.js:3272:381
OdooClass.extend/
    


Avatar
Discard
Best Answer

This is an error triggered by a lack of memory in the web browser.  I have seen it before when people have many, many tabs open in their browser to the same Odoo database (like 25 tabs).  You can either increase the amount of memory you allocate to your web browser or ideally open less tabs (try to keep under one dozen).

To increase the memory limit of your web browser, please refer to online documentation that depends on which browser you are using.  Most browsers assume that they are being used on a computer with either 4GB or 8GB of memory, so if you have more you can use more, but ideally having less open tabs will resolve the problem.

Avatar
Discard