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

🐛 CodeQL seems to run out of memory #447

Closed
marcelwa opened this issue May 25, 2024 · 0 comments · Fixed by #468
Closed

🐛 CodeQL seems to run out of memory #447

marcelwa opened this issue May 25, 2024 · 0 comments · Fixed by #468
Assignees
Labels
bug Something isn't working

Comments

@marcelwa
Copy link
Collaborator

fiction version

v0.6.2

OS

ubuntu-latest

Python version

3.10.x

C++ compiler

clang++-11

Additional environment information

No response

Description

The CodeQL action fails with the following error.

A fatal error occurred: Could not write a relation to a file
  (eventual cause: IOException "No space left on device")
  Error: Error running analysis for cpp: Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.17.3/x64/codeql/codeql database run-queries --ram=14567 --threads=4 /home/runner/work/_temp/codeql_databases/cpp --expect-discarded-cache --min-disk-free=1024 -v --intra-layer-parallelism". Exit code was 2 and error was: A fatal error occurred: Could not write a relation to a file
  (eventual cause: IOException "No space left on device") See the logs for more details.

Expected behavior

It should be able to run through without memory issues.

How to Reproduce

Rerun the CodeQL action on main

@marcelwa marcelwa added the bug Something isn't working label May 25, 2024
@marcelwa marcelwa self-assigned this May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant