Skip to content

Commit 86ff26b

Browse files
Merge pull request #199 from GSA/manual-check-api
Increase disk_quota to 4096M for larger Docker image
2 parents dc3fa56 + 6ca163a commit 86ff26b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cf/manifest.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
applications:
33
- name: srt-api-dev
44
memory: 512M
5-
disk_quota: 2048M
5+
disk_quota: 4096M # Increased from 2048M
66
# health-check-type: process # don't re-enable....move to port 8080 if you have problems
77
instances: 1
88
env:

0 commit comments

Comments
 (0)