Commit 669f94a8 authored by Noel Alonso's avatar Noel Alonso
Browse files

Aumenta memoria disponible para producción

parent ee070d5b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ services:
      - target: ${MICROSERVICE_PORT}
        published: ${MICROSERVICE_PORT}
        mode: host
    deploy:
      resources:
        limits:
          cpus: '0.5'
          memory: 512M
        reservations:
          memory: 410M
+6 −0
Original line number Diff line number Diff line
@@ -6,3 +6,9 @@ services:
      placement:
        constraints:
          - node.role == worker
      resources:
        limits:
          cpus: '0.5'
          memory: 1G
        reservations:
          memory: 820M
+0 −6
Original line number Diff line number Diff line
@@ -31,12 +31,6 @@ services:
        condition: on-failure
        delay: 1m
        window: 3m
      resources:
        limits:
          cpus: '0.5'
          memory: 512M
        reservations:
          memory: 410M

networks:
  kafka-net: