From 8522c757c335740ef2d30d050f510f162999d05e Mon Sep 17 00:00:00 2001 From: Petrik Date: Mon, 18 May 2026 21:03:39 +0200 Subject: [PATCH] [rack-iodine] Reduce threads More threads seem to cause issues. --- frameworks/rack-iodine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/rack-iodine/Dockerfile b/frameworks/rack-iodine/Dockerfile index ce3129919..3965d93d0 100644 --- a/frameworks/rack-iodine/Dockerfile +++ b/frameworks/rack-iodine/Dockerfile @@ -12,7 +12,7 @@ ENV RUBY_MN_THREADS=1 ENV RACK_ENV=production # Negative values are fractions of CPU cores ENV WORKERS=-1 -ENV THREADS=4 +ENV THREADS=1 WORKDIR /app