Enabled perf profiler for erlang JIT

This commit is contained in:
Kieran Eglin 2024-03-22 23:34:56 -07:00
parent 11d160008c
commit 45f056c6e0
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -39,6 +39,7 @@ RUN mix local.hex --force && \
# set build ENV
ENV MIX_ENV="prod"
ENV ERL_FLAGS="+JPperf true"
# install mix dependencies
COPY mix.exs mix.lock ./