Skip to content

Commit

Permalink
turn off jemalloc stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Oct 21, 2024
1 parent 8b9d3fe commit c75088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/runtime.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY --from=build \

# Set up jemalloc and YJIT for performance
ENV LD_PRELOAD="libjemalloc.so.2"
ENV MALLOC_CONF="dirty_decay_ms:1000,narenas:2,background_thread:true,stats_print:true"
ENV MALLOC_CONF="dirty_decay_ms:1000,narenas:2,background_thread:true"
ENV RUBY_YJIT_ENABLE="1"

ARG APP_VERSION
Expand Down

0 comments on commit c75088a

Please sign in to comment.