From 9a1ab21e9168347373a2d7a6f9ea3712f4fff3e1 Mon Sep 17 00:00:00 2001 From: bennykok Date: Sat, 27 Jan 2024 22:15:43 +0800 Subject: [PATCH] chore: update prod fly io settings and name --- builder/modal-builder/fly.production.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/builder/modal-builder/fly.production.toml b/builder/modal-builder/fly.production.toml index e2b1daf..b3f4fe3 100644 --- a/builder/modal-builder/fly.production.toml +++ b/builder/modal-builder/fly.production.toml @@ -3,7 +3,7 @@ # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # -app = "modal-builder" +app = "modal-builder-production" primary_region = "sea" [build] @@ -15,3 +15,8 @@ primary_region = "sea" auto_start_machines = true min_machines_running = 0 processes = ["app"] + +[[vm]] + cpu_kind = 'shared' + cpus = 1 + memory_mb = 1024 \ No newline at end of file