Skip to content

Commit

Permalink
Increase fc envs disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Nov 26, 2024
1 parent 70bf252 commit e64fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fc-envs-disk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV := $(shell cat ../../.last_used_env || echo "not-set")
client := gcloud compute instances list --project=$(GCP_PROJECT_ID) --format='csv(name)' | grep "client"

# Set the size of the fc-envs disk
FC_ENVS_SIZE := 1600
FC_ENVS_SIZE := 2700

.PHONE: resize-fc-envs
resize-fc-envs:
Expand Down

0 comments on commit e64fc64

Please sign in to comment.