Skip to content

Commit

Permalink
Impose resource constraints for the OCPP 1.6J demo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Moore <[email protected]>
  • Loading branch information
drmrd committed Dec 8, 2023
1 parent 331a5fe commit d153b59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.ocpp16j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ services:
manager:
image: ghcr.io/everest/everest-demo/manager:${TAG}
platform: linux/x86_64
deploy:
resources:
limits:
cpus: "${EVEREST_MANAGER_CPUS}"
memory: "${EVEREST_MANAGER_MEMORY}"
depends_on:
- mqtt-server
environment:
Expand Down

0 comments on commit d153b59

Please sign in to comment.