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

Value length cap #408

Closed
AlanLarsson opened this issue Jul 20, 2020 · 3 comments
Closed

Value length cap #408

AlanLarsson opened this issue Jul 20, 2020 · 3 comments

Comments

@AlanLarsson
Copy link

I've run into the problem of the value being capped at around characters 199xx.
Usually it's not a problem except for one specific message that can be severa times that length.

@Lokhozt
Copy link

Lokhozt commented Jul 21, 2020

Same problem here, the message max length appears to be limited to 20 000 characters with copy to clipboard.

@thomasnordquist
Copy link
Owner

It is a known limitation, I plan to make this configurable.
Limitation is to prevent large messages to exhaust the available memory.

memory = time (message history) x topics (in the tree) x message size
Example: 100 messages * 1000 topics * 20000bytes => ~2GB RAM

@dleidert
Copy link

Possible duplicates are #504 and #735.

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

4 participants