Skip to content

Switch to e2-medium for GCP gateways#2886

Merged
jvstme merged 1 commit intomasterfrom
issue_2885_gcp_gateway_instance_type
Jul 9, 2025
Merged

Switch to e2-medium for GCP gateways#2886
jvstme merged 1 commit intomasterfrom
issue_2885_gcp_gateway_instance_type

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented Jul 9, 2025

Switching from e2-small to e2-medium decreases
provisioning time from about 5 minutes to about 2
minutes. The bottleneck is the snap, apt, and pip
package installation, which takes too long on
e2-small, likely because of the burstable CPU -
e2-small comes with 0.5-2 vCPU, while
e2-medium comes with 1-2 vCPU, depending on the
burst.

Fixes #2885

Switching from `e2-small` to `e2-medium` decreases
provisioning time from about 5 minutes to about 2
minutes. The bottleneck is the snap, apt, and pip
package installation, which takes too long on
`e2-small`, likely because of the burstable CPU -
`e2-small` comes with 0.5-2 vCPU, while
`e2-medium` comes with 1-2 vCPU, depending on the
burst.
@jvstme jvstme requested a review from r4victor July 9, 2025 08:30
@jvstme jvstme merged commit 7435ecf into master Jul 9, 2025
25 checks passed
@jvstme jvstme deleted the issue_2885_gcp_gateway_instance_type branch July 9, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot create GCP gateway

2 participants