Skip to content

Commit 53ca161

Browse files
authored
Bump reporter disk quota to 1GB to accomodate updated npm dependencies (#1025)
1 parent ff1f724 commit 53ca161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.consumer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ applications:
55
# parallel. This could be reduced if we limited the number of simultaneous
66
# processes.
77
memory: 416M
8-
disk_quota: 512M
8+
disk_quota: 1G
99
health-check-type: process
1010
buildpacks:
1111
- nodejs_buildpack

manifest.publisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ applications:
55
# parallel. This could be reduced if we limited the number of simultaneous
66
# processes.
77
memory: 192M
8-
disk_quota: 512M
8+
disk_quota: 1G
99
health-check-type: process
1010
buildpacks:
1111
- nodejs_buildpack

0 commit comments

Comments
 (0)