From fe21484cc0631819f78dfb724982b7d81ec3b07c Mon Sep 17 00:00:00 2001 From: jgaribsin <16392336+jgaribsin@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:48:22 -0600 Subject: [PATCH] #skip-ci modified fly swap format --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 92eee23..cf947d2 100644 --- a/fly.toml +++ b/fly.toml @@ -1,5 +1,6 @@ app = 'hellcom' primary_region = 'sea' +swap_size_mb = 512 [build] image = 'ghcr.io/helldivers-2/discord-bot:latest' @@ -7,4 +8,3 @@ primary_region = 'sea' [[vm]] size = 'shared-cpu-1x' memory = '256mb' - swap_size = '512mb'