Skip to content

Commit

Permalink
lower Prometheus memory reservation to 128M
Browse files Browse the repository at this point in the history
 - Docker for Mac compatibility
  • Loading branch information
stefanprodan committed Mar 13, 2018
1 parent 961af30 commit 52ffa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ services:
limits:
memory: 2048M
reservations:
memory: 1024M
memory: 128M

caddy:
image: stefanprodan/caddy
Expand Down

0 comments on commit 52ffa41

Please sign in to comment.