lower down number of cpus for gateway and gwc in dev compose, committed accidentally with 8 cpus

This commit is contained in:
Gabriel Roldan 2024-10-22 09:29:51 -03:00
parent 199f5cd629
commit 091e95d7c7
No known key found for this signature in database
GPG Key ID: 697E8F9DF72128E1

View File

@ -98,7 +98,7 @@ services:
resources:
limits:
cpus: '2.0'
memory: 256M
memory: 512M
# Application facade, provides a single entry point routing to all
# microservices (e.g. http://localhost:9090/geoserver/wms, http://localhost:9090/geoserver/wfs, etc)
@ -119,7 +119,7 @@ services:
deploy:
resources:
limits:
cpus: '8.0'
cpus: '4.0'
memory: 2G
wfs:
@ -169,7 +169,7 @@ services:
deploy:
resources:
limits:
cpus: '8.0'
cpus: '4.0'
memory: 2G
rest: