TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Memory Leak And Performance degradation when components is left open. After about 2 hours Gigibytes of memory in use. #438

Closed ghost closed 2 years ago

ghost commented 2 years ago

Preliminary investigation suggests that the garbage collector is being called too many times and may be exposing memory leaks in the browsers.

This may also be the cause of the performance problem I noticed in SAGE.

kaladay commented 2 years ago

After some testing, I haven't seen the problem re-appear. I believe #429 solved this problem adequately.

If there are still problems with performance in SAGE, then this issue should be re-visited.