Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 5d030a2

Browse files
authored
[ruby/rails] Enable MN threads when running Puma (#10596)
1 parent ce2e178 commit 5d030a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frameworks/Ruby/rails/rails-mysql.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ EXPOSE 8080
66
WORKDIR /rails
77

88
# ENV RUBY_YJIT_ENABLE=1 YJIT is enabled in config/initializers/enable_yjit.rb
9+
ENV RUBY_MN_THREADS=1
910

1011
# Use Jemalloc
1112
RUN apt-get update && \

0 commit comments

Comments
 (0)