Skip to content

Commit 3924b29

Browse files
authored
ci: bump memory to 1024 MB for fly.io proxies (coder#11193)
* Update paris-coder.toml * Update sao-paulo-coder.toml * Update sydney-coder.toml
1 parent 12f7281 commit 3924b29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/fly-wsproxies/paris-coder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ primary_region = "cdg"
2424
[[vm]]
2525
cpu_kind = "performance"
2626
cpus = 1
27-
memory_mb = 512
27+
memory_mb = 1024

.github/fly-wsproxies/sao-paulo-coder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ primary_region = "gru"
2424
[[vm]]
2525
cpu_kind = "performance"
2626
cpus = 1
27-
memory_mb = 512
27+
memory_mb = 1024

.github/fly-wsproxies/sydney-coder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ primary_region = "syd"
2424
[[vm]]
2525
cpu_kind = "performance"
2626
cpus = 1
27-
memory_mb = 512
27+
memory_mb = 1024

0 commit comments

Comments
 (0)