summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-server
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-02-12 22:36:00 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-02-12 22:36:00 +0300
commitcea04c52dcdcda16ecca5d471bdb7cc6ec16beb8 (patch)
tree5d88331e64cf9869ece68df676bebc302a5925fb /scripts/rabbitmq-server
parentb0dfe9352f083607d5d7346bd3962ba6c50cc03a (diff)
parenteacb5015d19fb5a4a3d1175bc581c045e77c7a9b (diff)
downloadrabbitmq-server-git-cea04c52dcdcda16ecca5d471bdb7cc6ec16beb8.tar.gz
Merge branch 'jsoref-spelling'
Diffstat (limited to 'scripts/rabbitmq-server')
-rwxr-xr-xscripts/rabbitmq-server4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rabbitmq-server b/scripts/rabbitmq-server
index aeac38e46f..b4863057f0 100755
--- a/scripts/rabbitmq-server
+++ b/scripts/rabbitmq-server
@@ -219,7 +219,7 @@ fi
# The defaults are meant to reduce RabbitMQ's memory usage and help
# it reclaim memory at the cost of a slight decrease in performance
# (due to an increase in memory operations). These defaults can be
-# overriden using the RABBITMQ_SERVER_ERL_ARGS variable.
+# overridden using the RABBITMQ_SERVER_ERL_ARGS variable.
RABBITMQ_DEFAULT_ALLOC_ARGS="+MBas ageffcbf +MHas ageffcbf +MBlmbcs 512 +MHlmbcs 512 +MMmcs 30"
${ERL_DIR}erl ${RABBITMQ_DEFAULT_ALLOC_ARGS} \
@@ -374,7 +374,7 @@ else
# This is considered an abnormal process termination. Normally, we
# don't need to specify this exit code because the shell propagates it.
# Unfortunately, the signal handler doesn't work as expected in Dash,
- # thus we need to explicitely restate the exit code.
+ # thus we need to explicitly restate the exit code.
trap "stop_rabbitmq_server; exit 0" HUP TERM TSTP
trap "stop_rabbitmq_server; exit 130" INT