Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-03-09 17:21:46 +0300
committerBadlop <badlop@process-one.net>2022-03-10 15:09:33 +0300
commit1e1b72572fc16c174a8727207a06b9d06eba2648 (patch)
treee39eca0d1fc8c8a81db922c12e3e3a1651f92c69 /rel
parent6afdf88e09d9f2dd30467cb203e991862e5895a5 (diff)
Add -boot and -boot_var in ejabberdctl instead of adding vm.args
Diffstat (limited to 'rel')
-rw-r--r--rel/vm.args.mix14
1 files changed, 0 insertions, 14 deletions
diff --git a/rel/vm.args.mix b/rel/vm.args.mix
deleted file mode 100644
index 711bd3189..000000000
--- a/rel/vm.args.mix
+++ /dev/null
@@ -1,14 +0,0 @@
-## Customize flags given to the VM: https://erlang.org/doc/man/erl.html
-## -mode/-name/-sname/-setcookie are configured via env vars, do not set them here
-
--boot ../releases/<%= @version %>/start_clean
--boot_var RELEASE_LIB ../lib
-
-## Number of dirty schedulers doing IO work (file, sockets, and others)
-##+SDio 5
-
-## Increase number of concurrent ports/sockets
-##+Q 65536
-
-## Tweak GC to run more often
-##-env ERL_FULLSWEEP_AFTER 10