Browse Source

KAZOO-929: add generic vm.args

3.12
James Aimonetti 13 years ago
parent
commit
10b861a44f
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      vm.args

+ 13
- 0
vm.args View File

@ -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

Loading…
Cancel
Save