Skip to content

Commit

Permalink
remove memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Oct 22, 2024
1 parent a3c4cf2 commit c7f55cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ services:
networks:
coreconextdev:
command: "--spring.config.location=/config/mujina/"
mem_limit: 200m
hostname: mujina.docker

managegui:
Expand Down Expand Up @@ -314,7 +313,6 @@ services:

voot:
image: ghcr.io/openconext/openconext-voot/voot:6.2.0
mem_limit: 200m
environment:
USE_SYSTEM_CA_CERTS: true
networks:
Expand All @@ -331,7 +329,6 @@ services:
- "extras"
aa:
image: ghcr.io/openconext/openconext-attribute-aggregation/aa-server:3.2.0
mem_limit: 200m
environment:
USE_SYSTEM_CA_CERTS: true
networks:
Expand All @@ -350,7 +347,6 @@ services:

pdpserver:
image: ghcr.io/openconext/openconext-pdp/pdp-server:5.1.0
mem_limit: 200m
environment:
USE_SYSTEM_CA_CERTS: true
networks:
Expand Down

0 comments on commit c7f55cc

Please sign in to comment.