Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions infra/pub.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ write_files:
-e RUST_LOG=debug -e RUST_BACKTRACE=1 \
-e REGION=${region} \
--entrypoint moq-bbb \
${docker}/moq-karp --path bbb
${docker}/moq-karp
ExecStop=docker stop moq-bbb

# Take longer and longer to restart the process.
Expand Down Expand Up @@ -60,8 +60,8 @@ write_files:
[Journal]
SystemMaxUse=500M
SystemKeepFree=1G
MaxFileSec=1day
MaxRetentionSec=1week
MaxFileSec=1hour
MaxRetentionSec=1day

# Delete docker images and containers that are no longer in use
- path: /etc/cron.weekly/docker-cleanup
Expand Down
4 changes: 2 additions & 2 deletions infra/relay.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ write_files:
[Journal]
SystemMaxUse=500M
SystemKeepFree=1G
MaxFileSec=1day
MaxRetentionSec=1week
MaxFileSec=1hour
MaxRetentionSec=1day

# Delete docker images and containers that are no longer in use
- path: /etc/cron.weekly/docker-cleanup
Expand Down
Loading