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

Inner processes like bootstrap-fork and tsserver increased after refreshing page #7296

Closed
2 tasks done
kikoshoung opened this issue Apr 2, 2025 · 0 comments
Closed
2 tasks done
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer

Comments

@kikoshoung
Copy link

kikoshoung commented Apr 2, 2025

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

  • Web Browser: Chrome
  • Local OS: macOS
  • Remote OS: Fedora Linux
  • Remote Architecture: amd64
  • code-server --version: 4.95.2 fc97e24 with Code 1.95.2

Steps to Reproduce

  1. Go to https://github.com/codespaces/templates
  2. Use React template
  3. When project is ready, execute ps -ef | grep bootstrap-fork or ps -ef | grep tsserver in terminal
  4. Refresh page
  5. Repeat Step 3, you will see the process number of bootstrap-fork and tsserver are increased

Expected

Reuse these processes after refreshing page

Actual

Increasing processes cost memery usage, after reaching the pod limit, it crashed!

Logs

Screenshot/Video

Does this bug reproduce in native VS Code?

I did not test native VS Code

Does this bug reproduce in GitHub Codespaces?

Yes, this is also broken in GitHub Codespaces

Are you accessing code-server over a secure context?

  • I am using a secure context.

Notes

No response

@kikoshoung kikoshoung added bug Something isn't working triage This issue needs to be triaged by a maintainer labels Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage This issue needs to be triaged by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant