From c0d71f136fa8b56ebf16a38b2afb197a02bbcb4c Mon Sep 17 00:00:00 2001 From: Guntis Smaukstelis Date: Fri, 29 Nov 2024 11:41:17 +0200 Subject: [PATCH] Change fly ram to 256MB --- fly.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fly.toml b/fly.toml index cc494ae..2ecb2c9 100644 --- a/fly.toml +++ b/fly.toml @@ -16,6 +16,11 @@ primary_region = "waw" source = "data_volume" destination = "/data" +[[vm]] + memory = 256 + cpu_kind = 'shared' + cpus = 1 + [scale] count = 1 idle_timeout = 0