Skip to content

Commit 4c61076

Browse files
committed
Add memory and disk_quota clauses to manifest.yml
1 parent 4101459 commit 4c61076

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sample/manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ applications:
55
#
66
- name: logging-sample-app
77
instances: 1
8+
memory: 592M
9+
disk_quota: 140M
810
path: target/logging-sample-app-3.7.0.war
911
env:
1012
RANDOM_SLEEP: true

0 commit comments

Comments
 (0)