Packages

An Elixir framework to build your own in-house PaaS (Platform as a Service).

Current section

Files

Jump to
antikythera rel vm.args
Raw

rel/vm.args

# vm.args file to be used within releases generated by `mix antikythera_core.generate_release`.
# The placeholders below are expected to be replaced with runtime environment variables.
# Note that `RELX_REPLACE_OS_VARS=true` is also needed to use environment variables.
## node name and cookie for distributed erlang
-name ${NODENAME}
-setcookie ${COOKIE}
## Enable kernel poll
+K true
## Enable multi_time_warp mode for VM's system clock
+C multi_time_warp