From 68cf0cc4cfc03963b5938168a09d72817b0ed7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 1 Aug 2024 09:31:49 +0200 Subject: [PATCH] migrate the app from FRA to CDG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- fly.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 415464b..20c2de9 100644 --- a/fly.toml +++ b/fly.toml @@ -4,7 +4,7 @@ # app = 'space-grafana' -primary_region = 'fra' +primary_region = 'cdg' [build] @@ -24,4 +24,5 @@ primary_region = 'fra' processes = ['app'] [[vm]] - size = 'shared-cpu-2x' \ No newline at end of file + size = 'shared-cpu-2x' + memory = '512mb'