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'