Commit 06d3f67b authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Aumenta recursos de memoria y reduce pila a mitad

parent c0e1caf0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@ services:
      resources:
        limits:
          cpus: '0.5'
          memory: 256M
          memory: 512M
        reservations:
          memory: 205M
          memory: 410M
+2 −2
Original line number Diff line number Diff line
@@ -20,6 +20,6 @@ services:
      resources:
        limits:
          cpus: '0.5'
          memory: 256M
          memory: 512M
        reservations:
          memory: 205M
          memory: 410M
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ services:
      - OAUTH_CLIENT_ID
      - OAUTH_CLIENT_SECRET
      - RECAPTCHA_SECRET
      - JAVA_OPTS=-XX:MaxRAMFraction=1
      - JAVA_OPTS=-XX:MaxRAMFraction=2
    networks:
      - postgres-net
      - redmic-net