From 10b861a44fea94913802107dbddeda0323da976e Mon Sep 17 00:00:00 2001 From: James Aimonetti Date: Mon, 24 Jun 2013 10:35:18 -0700 Subject: [PATCH] KAZOO-929: add generic vm.args --- vm.args | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vm.args diff --git a/vm.args b/vm.args new file mode 100644 index 0000000..6988de8 --- /dev/null +++ b/vm.args @@ -0,0 +1,13 @@ +# Tell SASL not to log progress reports, and log SASL errors to a file +-sasl errlog_type error +-sasl sasl_error_logger '{file, "log/error_log.sasl"}' +-boot start_sasl + +# Use kernel poll functionality if supported by emulator ++K true + +# Start a pool of asynchronous IO threads ++A 2 + +# Comment this line out if you want the Erlang shell ++Bd