Skip to content

Commit

Permalink
#132 use JAVA ENV mem settings following Containter limits: set limit…
Browse files Browse the repository at this point in the history
…s in docker-compose
  • Loading branch information
justb4 committed Aug 9, 2018
1 parent 1b4d10a commit 5e0c4cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions services/geoserver/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ services:
geoserver:
image: smartemission/se-geoserver:2.12.1-2

deploy:
resources:
limits:
cpus: '0.50'
memory: 5G
reservations:
cpus: '0.25'
memory: 1G

container_name: geoserver

env_file:
Expand Down

0 comments on commit 5e0c4cc

Please sign in to comment.