Skip to content

Commit 15a4c1c

Browse files
committed
Fix arm64 runner memory
They have 6GB memory per 2vCPUs not 8GB
1 parent f99af05 commit 15a4c1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

github-actions-integration/runner-types.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ runs-on: ubicloud-gpu
5050
| `ubicloud-standard-8-ubuntu-2204` | 8 | 32GB | 200GB |
5151
| `ubicloud-standard-16-ubuntu-2204` | 16 | 64GB | 300GB |
5252
| `ubicloud-standard-30-ubuntu-2204` | 30 | 120GB | 400GB |
53-
| `ubicloud-standard-2-arm-ubuntu-2204` | 2 | 8GB | 86GB |
54-
| `ubicloud-standard-4-arm-ubuntu-2204` | 4 | 16GB | 150GB |
55-
| `ubicloud-standard-8-arm-ubuntu-2204` | 8 | 32GB | 200GB |
56-
| `ubicloud-standard-16-arm-ubuntu-2204` | 16 | 64GB | 300GB |
57-
| `ubicloud-standard-30-arm-ubuntu-2204` | 30 | 120GB | 400GB |
53+
| `ubicloud-standard-2-arm-ubuntu-2204` | 2 | 6GB | 86GB |
54+
| `ubicloud-standard-4-arm-ubuntu-2204` | 4 | 12GB | 150GB |
55+
| `ubicloud-standard-8-arm-ubuntu-2204` | 8 | 24GB | 200GB |
56+
| `ubicloud-standard-16-arm-ubuntu-2204` | 16 | 48GB | 300GB |
57+
| `ubicloud-standard-30-arm-ubuntu-2204` | 30 | 90GB | 400GB |
5858
| `ubicloud-gpu` | 6 | 32GB | 180GB |
5959

6060
<Note>

0 commit comments

Comments
 (0)