allow %{source} dict in no_empty
[akkoma] / rel / vm.args.eex
diff --git a/rel/vm.args.eex b/rel/vm.args.eex
new file mode 100644 (file)
index 0000000..71e8032
--- /dev/null
@@ -0,0 +1,11 @@
+## Customize flags given to the VM: http://erlang.org/doc/man/erl.html
+## -mode/-name/-sname/-setcookie are configured via env vars, do not set them here
+
+## Number of dirty schedulers doing IO work (file, sockets, etc)
+##+SDio 5
+
+## Increase number of concurrent ports/sockets
+##+Q 65536
+
+## Tweak GC to run more often
+##-env ERL_FULLSWEEP_AFTER 10