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

OOM on startup if your logs in a previous session got too big #7464

Closed
richvdh opened this issue Oct 5, 2018 · 1 comment
Closed

OOM on startup if your logs in a previous session got too big #7464

richvdh opened this issue Oct 5, 2018 · 1 comment

Comments

@richvdh
Copy link
Member

richvdh commented Oct 5, 2018

On startup, https://github.com/matrix-org/matrix-react-sdk/blob/master/src/rageshake/rageshake.js#L257 collects your each of your previous sessions' logs into a massive string (one massive string per session). Obviously, if your logs got big (for example due to #7409) , this is going to OOM, and there's nothing you can do about it, short of clearing out your indexeddb.

@turt2live
Copy link
Member

Duplicate of #7433

@turt2live turt2live marked this as a duplicate of #7433 Oct 5, 2018
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

2 participants