Skip to content

Commit bf0ca1b

Browse files
authored
[EDI] Error: "Out of disk" or Error: "Out of memory" (#59820)
1 parent 58c8895 commit bf0ca1b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

content/code-security/reference/code-scanning/troubleshoot-analysis-errors/out-of-disk-or-memory.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Error: "Out of disk" or Error: "Out of memory"'
2+
title: '"Out of disk" and "Out of memory" errors'
33
shortTitle: Out of disk or memory
44
intro: If you see one of these errors with {% data variables.product.prodname_actions %}, {% ifversion ghes %}try reviewing the specifications of your self-hosted runners.{% else %}you can try alternative runners.{% endif %}
55
allowTitleToDifferFromFilename: true
@@ -17,15 +17,10 @@ contentType: reference
1717

1818
## About these errors
1919

20-
```text
21-
Out of disk
22-
```
20+
You may see these errors when running {% data variables.product.prodname_code_scanning %} if {% ifversion ghes %}the runners you're using do not have sufficient free memory or disk space.{% else %}the runners you're using don't meet the recommended hardware requirements.{% endif %}
2321

24-
```text
25-
Out of memory
26-
```
27-
28-
You may see these errors when running {% data variables.product.prodname_code_scanning %}.
22+
* `Out of disk`
23+
* `Out of memory`
2924

3025
## Confirming the cause of the problem
3126

0 commit comments

Comments
 (0)