aboutsummaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-03-09 15:21:46 +0100
committerBadlop <badlop@process-one.net>2022-03-10 13:09:33 +0100
commit1e1b72572fc16c174a8727207a06b9d06eba2648 (patch)
treee39eca0d1fc8c8a81db922c12e3e3a1651f92c69 /rel
parentUpdate mix.lock, there are many unnecesary dependencies there (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