Skip to content

Commit

Permalink
- Uping promtail memory
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 19, 2024
1 parent 6b1eedd commit 30ca7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tdrs-backend/manifest.buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ applications:
disk_quota: 2G
command: "./gunicorn_start.sh"
- type: worker
memory: 64M
memory: 256M
instances: 1
disk_quota: 2G
command: |
Expand Down
2 changes: 1 addition & 1 deletion tdrs-frontend/manifest.buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ applications:
- https://github.com/cloudfoundry/binary-buildpack
processes:
- type: worker
memory: 64M
memory: 256M
instances: 1
disk_quota: 512M
command: |
Expand Down

0 comments on commit 30ca7fc

Please sign in to comment.