Skip to content

Commit

Permalink
Updated resource limits for other services
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsa committed Jul 6, 2023
1 parent 418ca2a commit cac9612
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/next/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ services:
restart_policy:
condition: any
delay: 15s
resources:
limits:
cpus: "1"
memory: 150M
volumes:
- nccrd_next:/nccrd-assets
environment:
Expand Down
4 changes: 4 additions & 0 deletions deploy/stable/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ services:
restart_policy:
condition: any
delay: 5s
resources:
limits:
cpus: "2"
memory: 250M
volumes:
- nccrd_stable:/nccrd-assets
environment:
Expand Down

0 comments on commit cac9612

Please sign in to comment.