diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-07-02 14:09:36 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-07-02 14:09:42 +0300 |
| commit | 40db73ec3126a15382425e2d13a8abcd8a17e28c (patch) | |
| tree | 0be34e16a4113d891981e1fdb92680f103f85af8 /scripts/rabbitmq-defaults | |
| parent | 32b45d8dbc32a6518ac0b029d05d0023a9cd0fab (diff) | |
| download | rabbitmq-server-git-40db73ec3126a15382425e2d13a8abcd8a17e28c.tar.gz | |
Bump default +A value to 64
Based on user feedback, 30 feels a bit low. We have to recommend
users with 8 or more cores per node to bump the value to around 100.
This value is not very scientific and assumes roughly 16
I/O threads per core. This is also the default Riak 2.1 uses.
Diffstat (limited to 'scripts/rabbitmq-defaults')
| -rw-r--r-- | scripts/rabbitmq-defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-defaults b/scripts/rabbitmq-defaults index ad60734217..26f6af7cff 100644 --- a/scripts/rabbitmq-defaults +++ b/scripts/rabbitmq-defaults @@ -34,6 +34,6 @@ MNESIA_BASE=${SYS_PREFIX}/var/lib/rabbitmq/mnesia ENABLED_PLUGINS_FILE=${SYS_PREFIX}/etc/rabbitmq/enabled_plugins PLUGINS_DIR="${RABBITMQ_HOME}/plugins" -IO_THREAD_POOL_SIZE=30 +IO_THREAD_POOL_SIZE=64 CONF_ENV_FILE=${SYS_PREFIX}/etc/rabbitmq/rabbitmq-env.conf |
