Skip to content

Commit d4afdeb

Browse files
committed
Select a machine with more memory & disk
b/c the previous one crashes and runs out of disk space when compiling. The previous Azure VM had 256 GB of disk space
1 parent b173a4a commit d4afdeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gluwa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ permissions: read-all
1616
env:
1717
RUNNER_VM_NAME: "${{ github.event.repository.name }}-$GITHUB_RUN_ID-attempt-$GITHUB_RUN_ATTEMPT"
1818
LINODE_REGION: "nl-ams"
19-
# Shared CPU, Linode 8 GB, 4 vCPU, 96 $/mo
20-
LINODE_VM_SIZE: "g6-standard-4"
19+
# Shared CPU, Linode 16 GB, 6 vCPU, 320 GB, $96/mo
20+
LINODE_VM_SIZE: "g6-standard-6
2121
2222
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2323
jobs:

0 commit comments

Comments
 (0)