From 0c28b67a07380d8a077fa9adf154037ee832e013 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 4 Jun 2025 11:06:12 +0800 Subject: [PATCH] fix --- apps/endpoint/src/endpoint.app.src | 1 + config/vm.args | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/endpoint/src/endpoint.app.src b/apps/endpoint/src/endpoint.app.src index b10e1e0..d7e7b82 100644 --- a/apps/endpoint/src/endpoint.app.src +++ b/apps/endpoint/src/endpoint.app.src @@ -12,6 +12,7 @@ emqtt, parse_trans, lager, + mnesia, kernel, stdlib ]}, diff --git a/config/vm.args b/config/vm.args index 6b74a6d..5329444 100644 --- a/config/vm.args +++ b/config/vm.args @@ -1,6 +1,10 @@ --sname endpoint +-name endpoint -setcookie endpoint_cookie +-mnesia dir '"/usr/local/var/mnesia/endpoint"' +-mnesia dump_log_write_threshold 5000 +-mnesia dc_dump_limit 40 + +K true +A30