Skip to content

Commit 40fc150

Browse files
authored
Merge pull request #896 from rabbitmq/rabbitmq-server-895
Bump default VM atom table limit to 5M
2 parents f8a9643 + eec0007 commit 40fc150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/rabbitmq-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ DEFAULT_SCHEDULER_BIND_TYPE="db"
6666
[ "x" = "x$RABBITMQ_SCHEDULER_BIND_TYPE" ] && RABBITMQ_SCHEDULER_BIND_TYPE=${DEFAULT_SCHEDULER_BIND_TYPE}
6767

6868
## Common defaults
69-
SERVER_ERL_ARGS="+P 1048576 +stbt $RABBITMQ_SCHEDULER_BIND_TYPE "
69+
SERVER_ERL_ARGS="+P 1048576 +t 5000000 +stbt $RABBITMQ_SCHEDULER_BIND_TYPE "
7070

7171
# We save the current value of $RABBITMQ_PID_FILE in case it was set by
7272
# an init script. If $CONF_ENV_FILE overrides it again, we must ignore

scripts/rabbitmq-env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ REM echo "location has moved to ${CONF_ENV_FILE}"
4646
REM fi
4747

4848
REM Common defaults
49-
set SERVER_ERL_ARGS=+P 1048576 +stbt !RABBITMQ_SCHEDULER_BIND_TYPE!
49+
set SERVER_ERL_ARGS=+P 1048576 +t 5000000 +stbt !RABBITMQ_SCHEDULER_BIND_TYPE!
5050

5151
REM ## Get configuration variables from the configure environment file
5252
REM [ -f ${CONF_ENV_FILE} ] && . ${CONF_ENV_FILE} || true

0 commit comments

Comments
 (0)