Skip to content

Commit

Permalink
increase bpf VMs cores from 4 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastigera committed Nov 21, 2024
1 parent ff48d0f commit f41af65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felix/.semaphore/create-test-vm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gcloud auth activate-service-account --key-file=$HOME/secrets/secret.google-serv
function create-vm() {
gcloud --quiet compute instances create "${vm_name}" \
--zone=${zone} \
--machine-type=n1-standard-4 \
--machine-type=n1-standard-16 \
--image=ubuntu-2204-jammy-v20240228 \
--image-project=ubuntu-os-cloud \
--boot-disk-size=20GB \
Expand Down

0 comments on commit f41af65

Please sign in to comment.