From aab02e4575ac062fa77d37d880e560165c317671 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 13 Dec 2023 23:55:56 +0300 Subject: [PATCH 1/4] Update sydney-coder.toml --- .github/fly-wsproxies/sydney-coder.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/fly-wsproxies/sydney-coder.toml b/.github/fly-wsproxies/sydney-coder.toml index e9349e8cb62ae..184bf412794b7 100644 --- a/.github/fly-wsproxies/sydney-coder.toml +++ b/.github/fly-wsproxies/sydney-coder.toml @@ -22,6 +22,6 @@ primary_region = "syd" min_machines_running = 0 [[vm]] - cpu_kind = "performance" + cpu_kind = "shared" cpus = 1 - memory_mb = 1024 + memory_mb = 512 From 9a0e4911fe62245343a41a3a88055cee2c20bb68 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 13 Dec 2023 23:57:32 +0300 Subject: [PATCH 2/4] Update sao-paulo-coder.toml --- .github/fly-wsproxies/sao-paulo-coder.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/fly-wsproxies/sao-paulo-coder.toml b/.github/fly-wsproxies/sao-paulo-coder.toml index d57a3002b013f..37daa6caf3eaa 100644 --- a/.github/fly-wsproxies/sao-paulo-coder.toml +++ b/.github/fly-wsproxies/sao-paulo-coder.toml @@ -22,6 +22,6 @@ primary_region = "gru" min_machines_running = 0 [[vm]] - cpu_kind = "performance" + cpu_kind = "shared" cpus = 1 - memory_mb = 1024 + memory_mb = 512 From 967c74e6a42d02d197752489a0c7154b8594e698 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 13 Dec 2023 23:57:51 +0300 Subject: [PATCH 3/4] Update paris-coder.toml --- .github/fly-wsproxies/paris-coder.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/fly-wsproxies/paris-coder.toml b/.github/fly-wsproxies/paris-coder.toml index a6b38498636e8..96c42f6b16ff0 100644 --- a/.github/fly-wsproxies/paris-coder.toml +++ b/.github/fly-wsproxies/paris-coder.toml @@ -22,6 +22,6 @@ primary_region = "cdg" min_machines_running = 0 [[vm]] - cpu_kind = "performance" + cpu_kind = "shared" cpus = 1 - memory_mb = 1024 + memory_mb = 512 From 2b2d73efea759879c0771bf11503967eaff05792 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 14 Dec 2023 00:12:14 +0300 Subject: [PATCH 4/4] Increase CPU allocation for wsproxies --- .github/fly-wsproxies/paris-coder.toml | 2 +- .github/fly-wsproxies/sao-paulo-coder.toml | 2 +- .github/fly-wsproxies/sydney-coder.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/fly-wsproxies/paris-coder.toml b/.github/fly-wsproxies/paris-coder.toml index 96c42f6b16ff0..b5cf7c000e1c6 100644 --- a/.github/fly-wsproxies/paris-coder.toml +++ b/.github/fly-wsproxies/paris-coder.toml @@ -23,5 +23,5 @@ primary_region = "cdg" [[vm]] cpu_kind = "shared" - cpus = 1 + cpus = 2 memory_mb = 512 diff --git a/.github/fly-wsproxies/sao-paulo-coder.toml b/.github/fly-wsproxies/sao-paulo-coder.toml index 37daa6caf3eaa..f7028e88f3027 100644 --- a/.github/fly-wsproxies/sao-paulo-coder.toml +++ b/.github/fly-wsproxies/sao-paulo-coder.toml @@ -23,5 +23,5 @@ primary_region = "gru" [[vm]] cpu_kind = "shared" - cpus = 1 + cpus = 2 memory_mb = 512 diff --git a/.github/fly-wsproxies/sydney-coder.toml b/.github/fly-wsproxies/sydney-coder.toml index 184bf412794b7..4d5e342eca3f5 100644 --- a/.github/fly-wsproxies/sydney-coder.toml +++ b/.github/fly-wsproxies/sydney-coder.toml @@ -23,5 +23,5 @@ primary_region = "syd" [[vm]] cpu_kind = "shared" - cpus = 1 + cpus = 2 memory_mb = 512