Skip to content

Commit

Permalink
Select a machine with more memory & disk
Browse files Browse the repository at this point in the history
b/c the previous one crashes and runs out of disk space when compiling.

The previous Azure VM had 256 GB of disk space
  • Loading branch information
atodorov committed Nov 6, 2024
1 parent b173a4a commit d4afdeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gluwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ permissions: read-all
env:
RUNNER_VM_NAME: "${{ github.event.repository.name }}-$GITHUB_RUN_ID-attempt-$GITHUB_RUN_ATTEMPT"
LINODE_REGION: "nl-ams"
# Shared CPU, Linode 8 GB, 4 vCPU, 96 $/mo
LINODE_VM_SIZE: "g6-standard-4"
# Shared CPU, Linode 16 GB, 6 vCPU, 320 GB, $96/mo
LINODE_VM_SIZE: "g6-standard-6
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit d4afdeb

Please sign in to comment.