Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too large for storage? #53

Closed
appatalks opened this issue May 26, 2024 · 4 comments
Closed

Too large for storage? #53

appatalks opened this issue May 26, 2024 · 4 comments

Comments

@appatalks
Copy link
Owner

options.js:347 Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'messages' exceeded the quota.
    at sendToNative (https://eva.hoshisato.com/core/js/options.js:347:18)
    at reader.onloadend (https://eva.hoshisato.com/core/js/options.js:324:11)
@appatalks
Copy link
Owner Author

I believe this is related:

storage.local
Data is stored locally and cleared when the extension is removed. The storage limit is 10 MB (5 MB in Chrome 113 and earlier), but can be increased by requesting the "unlimitedStorage" permission. We recommend using storage.local to store larger amounts of data.

@appatalks
Copy link
Owner Author

Actually it seems that is just for extensions. 5MB is the suggested limit from googling.

Will ponder on this.

@appatalks
Copy link
Owner Author

Anyway, have to design a new storage system for o1 and future proof for o3 models.
And Google has been up to things, I need to relook into.

Ideas

  • Positronic Matrix deployment - I'm very close to this.

@appatalks
Copy link
Owner Author

Move to #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant