From ae9af63a8ea5f36f501bf1f0e3cb9be777657c1d Mon Sep 17 00:00:00 2001 From: Maciek Sitkowski Date: Sun, 26 Nov 2023 13:39:41 +0100 Subject: [PATCH] reduce fly resources for remix and nestjs --- apps/nestjs/fly.toml | 7 +------ apps/remix/fly.toml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/apps/nestjs/fly.toml b/apps/nestjs/fly.toml index d7c0b18..f056a38 100644 --- a/apps/nestjs/fly.toml +++ b/apps/nestjs/fly.toml @@ -11,10 +11,5 @@ primary_region = "waw" force_https = true auto_stop_machines = true auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ["app"] - -[[vm]] - cpu_kind = "shared" - cpus = 1 - memory_mb = 1024 diff --git a/apps/remix/fly.toml b/apps/remix/fly.toml index feac2ed..99147f0 100644 --- a/apps/remix/fly.toml +++ b/apps/remix/fly.toml @@ -11,10 +11,5 @@ primary_region = "waw" force_https = true auto_stop_machines = true auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ["app"] - -[[vm]] - cpu_kind = "shared" - cpus = 1 - memory_mb = 1024