From 868643ee6cbcebe9879694c0c14c34d9b350130f Mon Sep 17 00:00:00 2001 From: chris48s Date: Thu, 17 Oct 2024 17:24:50 +0100 Subject: [PATCH] set VM size to shared-cpu-1x/256Mb on staging apps (#10617) --- fly.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fly.toml b/fly.toml index 30c10b0baa603..e8f27f5e1c67d 100644 --- a/fly.toml +++ b/fly.toml @@ -45,3 +45,7 @@ processes = [] interval = "15s" restart_limit = 0 timeout = "2s" + +[[vm]] + size = "shared-cpu-1x" + memory = "256mb"