Handle large amount of debug log in workspace loader #16368
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your task related to a problem? Please describe.
#15983 introduced ability to restart a workspace with debug mode enabled. In some cases, when amount of logs will be rather large to show by workspace loader, this may cause memory performance issues because of large number of DOM nodes to manipulate.
Describe the solution you'd like
Keep in DOM certain amount of latest lines of logs, but allow users to download all logs at once.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: