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

Linux ARM64 : Code-OSS - unable to run watch #232535

Closed
jcommaret opened this issue Oct 29, 2024 · 5 comments
Closed

Linux ARM64 : Code-OSS - unable to run watch #232535

jcommaret opened this issue Oct 29, 2024 · 5 comments
Assignees

Comments

@jcommaret
Copy link

jcommaret commented Oct 29, 2024

Does this issue occur when all extensions are disabled?: I don't know.

  • VS Code Version: "1.96.0", distro : "2ac4fd6b98c3720a7f66b21121c105f2e9db964d"

  • OS Version: Linux Ubuntu 24.04.01 server with ubuntu-mate-desktop, Virtual machine inside VMware, Computer : Apple MacBook Air M2, 8gb memory

Steps to Reproduce:

  1. git clone [email protected]:microsoft/vscode.git
  2. cd vscode
  3. npm install
  4. npm run watch
  5. Image
  6. Cry
Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@jcommaret
Copy link
Author

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

I am using 1.96.0 don't hallucinate.

@roblourens
Copy link
Member

Does it help to use the --max-old-space-size flag to give it more memory?

@roblourens roblourens added the info-needed Issue requires more information from poster label Oct 29, 2024
@jcommaret
Copy link
Author

jcommaret commented Oct 30, 2024

Does it help to use the --max-old-space-size flag to give it more memory?

Actually, I am using --max-old-space-size to limit the memory usage, as it is specified here : https://nodejs.org/api/cli.html#--max-old-space-sizesize-in-mib

I won't be able to give my virtual machine more than --max-old-space-size=4096 and I tried with more or less space : this keeps crashing.

Flagging will be problematic on more powerful computer, as this won't allow them to run watch task faster.

@roblourens
Copy link
Member

roblourens commented Nov 4, 2024

We set 8192 in our task. It sounds like you are just low on memory, sorry, not sure that I can offer anything else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants