Skip to main content

오류: "디스크 부족" 또는 오류: "메모리 부족"

GitHub Actions에서 이러한 오류 중 하나가 표시되면 대체 실행기를 사용해 볼 수 있습니다.

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 "Recommended hardware resources for running CodeQL."

Fixing the problem

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

Larger runners 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 larger runners and code scanning, see "About larger runners" and "Configuring larger runners for default setup."

Self-hosted runners offer more control of hardware, operating system, and software tools than GitHub-hosted runners can provide. For more information, see "About self-hosted runners."