Commit 29e45e60 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aumenta límite de recursos para acelerar inicio

parent 8244afff
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ services:
      - XPACK_APM_ENABLED=false
      - XPACK_INFRA_ENABLED=false
      - XPACK_LOGSTASH_ENABLED=false
      - NODE_OPTIONS=--max_old_space_size=8192
      - ELASTICSEARCH_URL
      - ELASTICSEARCH_USERNAME
      - ELASTICSEARCH_PASSWORD
@@ -28,7 +27,7 @@ services:
    healthcheck:
      test: curl --silent http://localhost:${PORT}
      interval: 30s
      timeout: 10m
      timeout: 1m
      retries: 3
      start_period: 2m
    deploy:
@@ -43,8 +42,8 @@ services:
        window: 2m
      resources:
        limits:
          cpus: '1'
          memory: 1G
          cpus: '2'
          memory: 3G
        reservations:
          memory: 512M