From 3924b294fb26fbf8154e6dc28331c2f128fa8c28 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 13 Dec 2023 23:03:46 +0300 Subject: [PATCH] ci: bump memory to 1024 MB for fly.io proxies (#11193) * Update paris-coder.toml * Update sao-paulo-coder.toml * Update sydney-coder.toml --- .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 0bd539c92a..a6b3849863 100644 --- a/.github/fly-wsproxies/paris-coder.toml +++ b/.github/fly-wsproxies/paris-coder.toml @@ -24,4 +24,4 @@ primary_region = "cdg" [[vm]] cpu_kind = "performance" cpus = 1 - memory_mb = 512 + memory_mb = 1024 diff --git a/.github/fly-wsproxies/sao-paulo-coder.toml b/.github/fly-wsproxies/sao-paulo-coder.toml index 0fe80310d3..d57a3002b0 100644 --- a/.github/fly-wsproxies/sao-paulo-coder.toml +++ b/.github/fly-wsproxies/sao-paulo-coder.toml @@ -24,4 +24,4 @@ primary_region = "gru" [[vm]] cpu_kind = "performance" cpus = 1 - memory_mb = 512 + memory_mb = 1024 diff --git a/.github/fly-wsproxies/sydney-coder.toml b/.github/fly-wsproxies/sydney-coder.toml index 6126695b72..e9349e8cb6 100644 --- a/.github/fly-wsproxies/sydney-coder.toml +++ b/.github/fly-wsproxies/sydney-coder.toml @@ -24,4 +24,4 @@ primary_region = "syd" [[vm]] cpu_kind = "performance" cpus = 1 - memory_mb = 512 + memory_mb = 1024