From 0768176e7067c41a47b89fb09920cee759c6cd01 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 7 Jun 2025 22:15:29 +0100 Subject: [PATCH] Use two CPUs --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 59485802..d906ab4a 100644 --- a/fly.toml +++ b/fly.toml @@ -39,4 +39,4 @@ soft_limit = 1000 [[vm]] memory = '1024mb' cpu_kind = 'shared' -cpus = 1 +cpus = 2