Skip to content

Commit

Permalink
Merge pull request #467 from USEPA/feature/update-staging-app-memory
Browse files Browse the repository at this point in the history
Feature/update staging app memory
  • Loading branch information
courtneymyers authored Aug 22, 2024
2 parents 404ac70 + afb90fd commit eea483e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/manifest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ applications:
OPTIMIZE_MEMORY: true
services:
- s3-pub-csb-dev
- log-drain
1 change: 1 addition & 0 deletions app/manifest-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ applications:
OPTIMIZE_MEMORY: true
services:
- s3-pub-csb-prod
- log-drain
3 changes: 2 additions & 1 deletion app/manifest-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ applications:
routes:
- route: app-stage.app.cloud.gov/csb
instances: 2
memory: 128M
memory: 192M
disk_quota: 512MB
timeout: 180
buildpacks:
Expand All @@ -16,3 +16,4 @@ applications:
OPTIMIZE_MEMORY: true
services:
- s3-pub-csb-stage
- log-drain

0 comments on commit eea483e

Please sign in to comment.