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

Memory usage grows after editor.getData() calls #17668

Open
scofalik opened this issue Dec 18, 2024 · 0 comments
Open

Memory usage grows after editor.getData() calls #17668

scofalik opened this issue Dec 18, 2024 · 0 comments
Labels
domain:performance This issue reports a problem or potential improvement regarding editor performance. type:bug This issue reports a buggy (incorrect) behavior. type:performance This issue reports a performance issue or a possible performance improvement.

Comments

@scofalik
Copy link
Contributor

📝 Provide detailed reproduction steps (if any)

While doing some test on one of our performance samples (init-single with mixed data set), I can see that memory grows around 0.2 MB after every editor.getData() call. Looks like at least some of that is related to tables/slots but working with memory profiler is not easy, so I didn't have enough time to debug it correctly.

I am afraid that it may grow out of hand after, let's say, an hour of working over a big document with autosave working in the background.

@scofalik scofalik added domain:performance This issue reports a problem or potential improvement regarding editor performance. type:bug This issue reports a buggy (incorrect) behavior. type:performance This issue reports a performance issue or a possible performance improvement. labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:performance This issue reports a problem or potential improvement regarding editor performance. type:bug This issue reports a buggy (incorrect) behavior. type:performance This issue reports a performance issue or a possible performance improvement.
Projects
None yet
Development

No branches or pull requests

1 participant