Skip to content

Commit

Permalink
Replace VM b/c we're running out of memory and disk space
Browse files Browse the repository at this point in the history
the original VM was

$0.56/hr in West US 3; 4 vCPU, 64 GiB RAM, Memory optimized
with 512 GB disk space
  • Loading branch information
atodorov committed Nov 7, 2024
1 parent 419adb1 commit 0cae581
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"
# High Memory, Linode 90 GB, 4 vCPU, disk: 90 GB, 0.36 $/hr
LINODE_VM_SIZE: "g7-highmem-4"
# Shared CPU, Linode 64 GB, 16 vCPU, disk: 1280 GB, 0.576 $/hr
LINODE_VM_SIZE: "g6-standard-16"


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 0cae581

Please sign in to comment.