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

Chrome browser tab page consumes lots of memory #7850

Open
2 tasks done
zldrobit opened this issue May 6, 2024 · 2 comments
Open
2 tasks done

Chrome browser tab page consumes lots of memory #7850

zldrobit opened this issue May 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@zldrobit
Copy link
Contributor

zldrobit commented May 6, 2024

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

After opening and closing several annotation jobs, the memory consumption rises from several hundred MBs (e.g., 200MB) to several GBs (e.g., 4GB).

Expected Behavior

The memory consumption does not enlarge when switching to another annotation job on the same tab page.

Possible Solution

After manually refreshing the tab page, the memory consumption drops to several hundred MBs.

Context

No response

Environment

- Git hash commit (`git log -1`): aecaba66db8c3a7cd5f17947318fa277471648f6
- Docker version `docker version` (e.g. Docker 17.0.05): 24.0.1
- Are you using Docker Swarm or Kubernetes?
No, I'm using Docker compose.
- Operating System and version (e.g. Linux, Windows, MacOS):
Linux: Ubuntu 20.04.3 LTS
@zldrobit zldrobit added the bug Something isn't working label May 6, 2024
@bsekachev
Copy link
Member

bsekachev commented May 6, 2024

From code level we can't enforce JS garbage collector to be called.
Does it increase memory consumption infinitely until crashing Chrome tab?

@zldrobit
Copy link
Contributor Author

zldrobit commented May 7, 2024

Yes, the browser crashed after the memory consumption went up to more than 10GB. Closing the crashed tab page, the browser works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants