Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Add defaults for dea_next job properties
Browse files Browse the repository at this point in the history
Change-Id: I92e09434bfb41b30d93a4aea5178b877a31f3230
  • Loading branch information
mpage committed Sep 21, 2012
1 parent 6f6f8d5 commit d4d7540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/dea_next/templates/dea.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ intervals:
advertise: 5

resources:
memory_mb: <%= properties.dea_next.memory_mb %>
memory_mb: <%= properties.dea_next.memory_mb || 8000 %>
memory_overcommit_factor: 1

disk_mb: <%= properties.dea_next.disk_mb %>
disk_mb: <%= properties.dea_next.disk_mb || 32000 %>
disk_overcommit_factor: 1

num_instances: <%= properties.dea_next.num_instances %>
num_instances: <%= properties.dea_next.num_instances || 30 %>

bind_mounts:
- src_path: /var/vcap/packages/
Expand Down

0 comments on commit d4d7540

Please sign in to comment.