From c5fad5278cd401944e319db00287617ec29d967e Mon Sep 17 00:00:00 2001 From: David Alejandro <15317732+davidalejandroaguilar@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:39:07 +0100 Subject: [PATCH] Reduce memory to 1gb --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index b0b417f..fae959e 100644 --- a/fly.toml +++ b/fly.toml @@ -40,7 +40,7 @@ console_command = '/rails/bin/rails console' X-Forwarded-Proto = 'https' [[vm]] - memory = '2gb' + memory = '1gb' cpu_kind = 'shared' cpus = 1