does anyone enabled HIPE on RabbitMQ on production servers, if yes, did you face any problems beside the Rabbimq start-up time ,
Is HIPE with RabbitMQ production ready?
1.4k views Asked by Gaurav Garg At
3
There are 3 answers
0
On
HiPE support has been dropped in Erlang 22. On 3.8.4 it is still possible to run it on Erlang 21.3.
About
HIPE
there are different opinions, someone usesHIPE
without problems, but I'd be careful with it.My suggestion is to test a lot in your environment before put it in production (Especially for mission critical applications).
You should use Erlang versions >= 19.2 because of (https://bugs.erlang.org/browse/ERL-205).
RabbitMQ can be tuned in different ways, and I'd start form there.