#Flags to speed up boot time?
2 messages · Page 1 of 1 (latest)
you can pass Erlang flags to Elixir too somehow, it's in the docs or help material for the commands somewhere
2 messages · Page 1 of 1 (latest)
In Erlang, you can do this:
erl -eval '*code*' -noshell -start_epmd false
And you can get boot times down time ~200ms. My interest is in using Elixir as a scripting language for smaller tasks, but the 600-700ms boot time is a bit much. Any tips?
you can pass Erlang flags to Elixir too somehow, it's in the docs or help material for the commands somewhere