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

Prevent OOME when counting lines of code #498

Closed
aeisenberg opened this issue May 12, 2021 · 1 comment · Fixed by #499
Closed

Prevent OOME when counting lines of code #498

aeisenberg opened this issue May 12, 2021 · 1 comment · Fixed by #499

Comments

@aeisenberg
Copy link
Contributor

Some users, (eg- github/codeql#5873) are seeing out of memory errors during the lines of code counting phase. A mitigation is to ensure that non-analyzed code is added to the paths-ignore property. However, we still should figure out why we are running out of memory in these situations.

@weswigham
Copy link

CodeQL is also pretty reliably OOMing over on the TS repo now, eg here. We already only pull in our src folder for codeQL.

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

Successfully merging a pull request may close this issue.

2 participants