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

Langauge server ram should be configurable. #1491

Open
alexet opened this issue Sep 1, 2022 · 1 comment
Open

Langauge server ram should be configurable. #1491

alexet opened this issue Sep 1, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers VSCode

Comments

@alexet
Copy link
Contributor

alexet commented Sep 1, 2022

Is your feature request related to a problem? Please describe.
Some users have had issues with running out of memory for the language server. However it is not configurable so there is no way to fix it.

Describe the solution you'd like
A setting in VS Code preferences for the extension to control the language server RAM.

Describe alternatives you've considered
Working on the language server to use less RAM.

Additional context
There is no --ram flag to codeql execute language-server so it should be a -J-Xmx style flag.

@alexet alexet added the enhancement New feature or request label Sep 1, 2022
@github-actions github-actions bot added the VSCode label Sep 1, 2022
@adityasharad adityasharad added the good first issue Good for newcomers label Sep 2, 2022
@aeisenberg
Copy link
Contributor

Should the language server inherit the ram configuration for the query server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers VSCode
Projects
None yet
Development

No branches or pull requests

3 participants