Skip to content

Commit

Permalink
Lowered logs files size.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallapointe committed Aug 17, 2022
1 parent d59f84c commit 9be3f9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
logging:
driver: "json-file"
options:
max-size: "10m"
max-size: "200k"
max-file: "10"
deploy:
resources:
Expand Down Expand Up @@ -77,7 +77,7 @@ services:
logging:
driver: "json-file"
options:
max-size: "10m"
max-size: "200k"
max-file: "10"
deploy:
resources:
Expand Down Expand Up @@ -115,12 +115,12 @@ services:
logging:
driver: "json-file"
options:
max-size: "10m"
max-size: "200k"
max-file: "10"
deploy:
resources:
limits:
cpus: '4'
cpus: '6'
memory: 16G

cardano-monitor:
Expand Down

0 comments on commit 9be3f9a

Please sign in to comment.