You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Expected behavior
It should be able to run through without memory issues.
How to Reproduce
Rerun the CodeQL action on
main
The text was updated successfully, but these errors were encountered: