Providing command line arguments

How can I provide command line arguments when using “mix phx.server”

To pass Erlang arguments (http://erlang.org/doc/man/erl.html) you may run your app like that elixir --erl "ARGS" -S mix phx.server.

E.g. elixir --erl "+P 262144" -S mix phx.server