Skip to content

Commit d82ed00

Browse files
authored
ci: revert fly proxies to shared cpu type (#11194)
1 parent 3924b29 commit d82ed00

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ primary_region = "cdg"
2222
min_machines_running = 0
2323

2424
[[vm]]
25-
cpu_kind = "performance"
26-
cpus = 1
27-
memory_mb = 1024
25+
cpu_kind = "shared"
26+
cpus = 2
27+
memory_mb = 512

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ primary_region = "gru"
2222
min_machines_running = 0
2323

2424
[[vm]]
25-
cpu_kind = "performance"
26-
cpus = 1
27-
memory_mb = 1024
25+
cpu_kind = "shared"
26+
cpus = 2
27+
memory_mb = 512

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ primary_region = "syd"
2222
min_machines_running = 0
2323

2424
[[vm]]
25-
cpu_kind = "performance"
26-
cpus = 1
27-
memory_mb = 1024
25+
cpu_kind = "shared"
26+
cpus = 2
27+
memory_mb = 512

0 commit comments

Comments
 (0)