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
Copy file name to clipboardExpand all lines: content/code-security/reference/code-scanning/troubleshoot-analysis-errors/out-of-disk-or-memory.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Error: "Out of disk" or Error: "Out of memory"'
2
+
title: '"Out of disk" and "Out of memory" errors'
3
3
shortTitle: Out of disk or memory
4
4
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 %}
5
5
allowTitleToDifferFromFilename: true
@@ -17,15 +17,10 @@ contentType: reference
17
17
18
18
## About these errors
19
19
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 %}
23
21
24
-
```text
25
-
Out of memory
26
-
```
27
-
28
-
You may see these errors when running {% data variables.product.prodname_code_scanning %}.
0 commit comments