mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
## 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
|