From d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Mon Sep 17 00:00:00 2001 From: Mikhail Uvarov Date: Tue, 28 Nov 2023 18:48:38 +0100 Subject: [PATCH] Test that mongoose_epmd could be used --- rel/files/vm.args | 2 ++ rel/mim3.vars-toml.config | 1 + 2 files changed, 3 insertions(+) diff --git a/rel/files/vm.args b/rel/files/vm.args index 0b24338fab2..194e061d7e3 100644 --- a/rel/files/vm.args +++ b/rel/files/vm.args @@ -20,3 +20,5 @@ ## Tweak GC to run more often -env ERL_FULLSWEEP_AFTER 2 + +{{epmd_vm_args}} diff --git a/rel/mim3.vars-toml.config b/rel/mim3.vars-toml.config index 7583766b781..fe761e84931 100644 --- a/rel/mim3.vars-toml.config +++ b/rel/mim3.vars-toml.config @@ -1,5 +1,6 @@ %% vm.args {node_name, "mongooseim3@localhost"}. +{epmd_vm_args, "-epmd_module mongoose_epmd"}. %% mongooseim.toml {c2s_port, 5262}.