Skip to content

Commit 7814fee

Browse files
committed
[rack-iodine] Reduce threads
More threads seem to cause issues.
1 parent 386f918 commit 7814fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameworks/rack-iodine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV RUBY_MN_THREADS=1
1212
ENV RACK_ENV=production
1313
# Negative values are fractions of CPU cores
1414
ENV WORKERS=-1
15-
ENV THREADS=4
15+
ENV THREADS=1
1616

1717
WORKDIR /app
1818

0 commit comments

Comments
 (0)