From 025fa969f2f931a9c7594dfc5fa540ded4d46925 Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Mon, 21 Apr 2025 18:49:48 +0100 Subject: [PATCH] fly --- backend/fly.production.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/fly.production.toml b/backend/fly.production.toml index 08e4e9b1..00127f4b 100644 --- a/backend/fly.production.toml +++ b/backend/fly.production.toml @@ -18,6 +18,6 @@ primary_region = 'bos' processes = ['app'] [[vm]] - memory = '1gb' - cpu_kind = 'shared' - cpus = 1 + memory = '16gb' + cpu_kind = 'performance' + cpus = 8