Commit a5db4300 authored by Ignacio's avatar Ignacio
Browse files

Aumenta la RAM al docker

parent 9cc70ac6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -48,10 +48,10 @@ services:
        window: 3m
      resources:
        limits:
          cpus: '0.50'
          memory: 1500M
          cpus: '0.75'
          memory: 2500M
        reservations:
          memory: 1200M
          memory: 2200M

networks:
  traefik-net:
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ services:
  geoserver-slave:
    image: ${IMAGE_NAME}:${IMAGE_TAG:-latest}
    environment:
      - JAVA_OPTS=-Xmx1g -Xss1g -DGEOSERVER_CONSOLE_DISABLED=true -DPROXY_BASE_URL=https://${GEOSERVER_SUBDOMAIN}.${PUBLIC_HOSTNAME}/geoserver
      - JAVA_OPTS=-Xmx2g -Xss2g -DGEOSERVER_CONSOLE_DISABLED=true -DPROXY_BASE_URL=https://${GEOSERVER_SUBDOMAIN}.${PUBLIC_HOSTNAME}/geoserver
    networks:
      - gis-net
      - postgres-net