We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9391850 commit e1dcb73Copy full SHA for e1dcb73
frameworks/Ruby/rack/rack.dockerfile
@@ -1,6 +1,7 @@
1
FROM ruby:3.4-rc
2
3
ENV RUBY_YJIT_ENABLE=1
4
+ENV RUBY_MN_THREADS=1
5
6
# Use Jemalloc
7
RUN apt-get update && \
0 commit comments