You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had previously noticed that the epmd process was left running on user systems after the CLI exited, and we have a workaround in the elixir application's release to start without epmd (OTP 23+):
Create a rel/env.bat.eex, rel/env.sh.eex which set RELEASE_DISTRIBUTION=none
Create a rel/vm.args.eex to set -start_epmd false
Perhaps this is something we can support in Burrito via configuration to the wrapper.
The text was updated successfully, but these errors were encountered:
We had previously noticed that the
epmd
process was left running on user systems after the CLI exited, and we have a workaround in the elixir application's release to start without epmd (OTP 23+):rel/env.bat.eex
,rel/env.sh.eex
which setRELEASE_DISTRIBUTION=none
rel/vm.args.eex
to set-start_epmd false
Perhaps this is something we can support in Burrito via configuration to the wrapper.
The text was updated successfully, but these errors were encountered: