aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 0159750..0116833 100644
--- a/INSTALL
+++ b/INSTALL
@@ -160,6 +160,16 @@ For more information about Celery and RabbitMQ configurations, see:
http://docs.celeryproject.org/en/master/getting-started/brokers/rabbitmq.html
+In the 'config/' directory there is also a simple RabbitMQ configuration file
+that tries to lower RabbitMQ memory consumption, and tweaks other parameters:
+
+ cp config/rabbitmq.config /etc/rabbitmq/
+ service rabbitmq-server restart
+
+For more information, see:
+
+ http://www.rabbitmq.com/configure.html#customise-general-unix-environment
+
RhodeCode Configuration File
----------------------------