Skip to content

Commit 753ba50

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 811f984 commit 753ba50

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 32 GB, 8 vCPU, 640 GB $192/mo
20+
LINODE_VM_SIZE: "g6-standard-8"
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)