Skip to content

Commit

Permalink
Merge pull request #3012 from manyfold3d/disable-jemalloc-stats
Browse files Browse the repository at this point in the history
Turn off jemalloc stats
  • Loading branch information
Floppy authored Oct 21, 2024
2 parents 8b9d3fe + c75088a commit d64fb55
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 d64fb55

Please sign in to comment.