<div dir="ltr">Hello,<div><br></div><div>We are in the process of migrating the generation of a windows release from rebar with reltool to rebar3 with relx, it is working more or less fine up to the point of installing the service where some extra configuration from vm.args is ignored.</div><div><br></div><div>Other than the name and the cookie it seems that the rest of the file is ignored, what would be the proper way of defining the following properties so it can be properly used by the service:</div><div><br></div><div><div>## distributed erlang TCP port range</div><div>-kernel inet_dist_listen_min 7000</div><div>-kernel inet_dist_listen_max 7020</div><div><br></div><div>## Distribution protocol</div><div>-proto_dist imem_inet_tcp</div><div><br></div><div>## Enable kernel poll and a few async threads</div><div>+K true</div></div><div><br></div><div>I believe the kernel ports can be changed to sys.config but not sure about proto_dist.<br></div><div><br></div><div>Regards.</div><div>Agustin.</div></div>