aboutsummaryrefslogtreecommitdiff
path: root/ejabberdctl.template
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2021-04-14 18:25:39 +0200
committerBadlop <badlop@process-one.net>2021-04-15 20:28:43 +0200
commitb3374e1f99b8dcbc1b67d4dce24a50204f78110b (patch)
treeff2a8ce3de7340143275dd5713e1463dfeee7e5b /ejabberdctl.template
parentSupport the recent changes in the "ejabberdctl help" command (#3569) (diff)
Remove SMP option from ejabberdctl.cfg, -smp was removed in OTP 21 (#3560)
Diffstat (limited to 'ejabberdctl.template')
-rwxr-xr-xejabberdctl.template3
1 files changed, 1 insertions, 2 deletions
diff --git a/ejabberdctl.template b/ejabberdctl.template
index 9c7485fc9..bdc9a9189 100755
--- a/ejabberdctl.template
+++ b/ejabberdctl.template
@@ -2,7 +2,6 @@
# define default configuration
POLL=true
-SMP=auto
ERL_MAX_PORTS=32000
ERL_PROCESSES=250000
ERL_MAX_ETS_TABLES=1400
@@ -69,7 +68,7 @@ done
: "${EJABBERD_LOG_PATH:="$LOGS_DIR/ejabberd.log"}"
# define erl parameters
-ERLANG_OPTS="+K $POLL -smp $SMP +P $ERL_PROCESSES $ERL_OPTIONS"
+ERLANG_OPTS="+K $POLL +P $ERL_PROCESSES $ERL_OPTIONS"
if [ -n "$FIREWALL_WINDOW" ] ; then
ERLANG_OPTS="$ERLANG_OPTS -kernel inet_dist_listen_min ${FIREWALL_WINDOW%-*} inet_dist_listen_max ${FIREWALL_WINDOW#*-}"
fi