Skip to main content

Error: "Out of disk" or Error: "Out of memory"

If you see one of these errors with GitHub Actions, you can try alternative runners.

이 문서의 내용

About these errors

Out of disk
Out of memory

You may see these errors when running code scanning.

Confirming the cause of the problem

You can review the recommended hardware resources for running CodeQL to make sure the runners that you use for code scanning meet those requirements. For more information, see CodeQL을 실행하기 위한 권장 하드웨어 리소스.

Fixing the problem

If the runners you're using don't meet the recommended hardware requirements, consider using either 대형 러너 or self-hosted runners.

대형 러너s are GitHub-hosted runners with more RAM, CPU, and disk space than standard runners. These runners have the runner application and other tools preinstalled. For more information about 대형 러너 and code scanning, see 더 큰 실행기 사용 and 기본 설정에 대해 대형 러너 구성하기.

Self-hosted runners offer more control of hardware, operating system, and software tools than GitHub-hosted runners can provide. For more information, see 자체 호스팅 실행기.