Explorar el Código

Fix VM mem limits on RabbitMQ #426

Mark Shust hace 4 años
padre
commit
935a0b7e3f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      compose/docker-compose.yml

+ 2 - 0
compose/docker-compose.yml

@@ -59,6 +59,8 @@ services:
       - "5672:5672"
     volumes:
       - rabbitmqdata:/var/lib/rabbitmq
+    environment:
+      - RABBITMQ_VM_MEMORY_HIGH_WATERMARK=1GB
 
   ## Disabling cron by default as it uses higher CPU, enable if needed
   #cron: