-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Firefox memory leak investigation Kibana 7.6 #59454
Comments
Pinging @elastic/kibana-qa (Team:QA) |
Pinging @elastic/kibana-operations (Team:Operations) |
Here's the commit where the tests were disabled. fe38642 |
Over the weekend I ran each test suite from the functional tests 15 times in order to narrow which area causes the most trouble on Firefox:
|
Closing this issue due to inactivity. |
This is sort of a large meta investigation issue on Kibana's browser memory usage.
Started after the Kibana CI tests were running in to "Out of memory" errors during the Firefox tests.
Initial runs show a big disparity between Firefox and Chrome, but more important is the slope of the graph for VSZ, as it keeps going higher for Firefox, compared to the uniformity for Chrome.
Older Firefox version shows a lower all around usage, but there is still an increase so this points to a memory leak of some kind.
The difference between the firefox versions can be sort of explained by this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1608501
What we've looked into until now:
What's planned to do (unless we get better ideas):
How we've tested it until now:
node scripts/functional_tests_server.js
node scripts/functional_test_runner.js --config test/functional/config.firefox.js
The text was updated successfully, but these errors were encountered: