Enabled perf profiler for erlang JIT
This commit is contained in:
parent
ccae3366a5
commit
b18c305957
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue