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

cpptools.exe is a 32-bit process #8356

Closed
Rattenhirn opened this issue Nov 2, 2021 · 2 comments
Closed

cpptools.exe is a 32-bit process #8356

Rattenhirn opened this issue Nov 2, 2021 · 2 comments

Comments

@Rattenhirn
Copy link

Bug type: Language Service (I think)

Describe the bug

  • OS and Version: Windows 10.0.19042 Build 19042
  • VS Code Version: 1.61.2
  • C/C++ Extension Version: v1.7.1

When installing the extension through VS Code Extensions or using the .vsix from GitHub, it will still always launch the 32-bit version of cpptools.exe. When working with a large project, over time this can hit the 2 GiB memory limits that 32-bit processes have, slowing down everything, despite enough memory being available on the system.

Steps to reproduce

  1. Install C/C++ extension
  2. Open a project with C/C++ files in it
  3. Observe the bit-ness of the cpptools.exe process in Process Explorer

Expected behavior
A 64-bit version of cpptools.exe being launched

Screenshots
cpptools

@bobbrow
Copy link
Member

bobbrow commented Nov 2, 2021

We will release a 64-bit cpptools.exe as part of #8152 which should be in the next release (1.8.0).

@bobbrow bobbrow closed this as completed Nov 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2021
@sean-mcmanus
Copy link
Collaborator

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

No branches or pull requests

3 participants