Skip to content

Commit 212ee61

Browse files
author
sleslie
committed
Partializes admin content[#134606323]
1 parent 0141f8c commit 212ee61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_tasks_rec_alloc_oss.html.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The default memory and disk allocations are defined in the BOSH manifest. See [Deployment Manifest Schema](https://bosh.io/docs/deployment-manifest.html) for more information.

using-tasks.html.md.erb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ From a system-level point of view, a user with admin-level privileges can use th
6060

6161
In addition, admins can set the default memory and disk usage quotas for tasks on a global level. Tasks use the same memory and disk usage defaults as applications.
6262

63-
partialize this-->
64-
These defaults are located in the BOSH manifest or in the Application Developer Controls configuraiton screen of the Elastic Runtime.
63+
<% if vars.product_name == 'CF' %>
64+
<%= partial 'tasks_rec_alloc_oss' %>
65+
<% else %>
66+
<%= partial '../opsguide/tasks_rec_alloc_pcf' %>
67+
<% end %>
6568

6669
## <a id='run-tasks'></a> Run a Task on an Application
6770

0 commit comments

Comments
 (0)