From b435239e64d9360704c9537ce3ec89d1fb922d25 Mon Sep 17 00:00:00 2001 From: Thomas Arts Date: Fri, 15 May 2020 14:51:07 +0200 Subject: [PATCH] Disable the ability to use ^C in Erlang attached node. One should use bin/server remote_console, but for those that have the wrong fingers. --- vm.args | 1 + 1 file changed, 1 insertion(+) diff --git a/vm.args b/vm.args index 4bea209fa..17f9f1963 100644 --- a/vm.args +++ b/vm.args @@ -5,6 +5,7 @@ -mnesia dump_log_write_threshold 50000 +Q 524288 +A 32 ++Bi +K true -smp auto -setcookie emq_dist_cookie -- GitLab