This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8477a5f  Updated the website built from mesos SHA: 9b889a1.
8477a5f is described below

commit 8477a5f790acac1c5faf20f81c7bb97c97d63ce1
Author: jenkins <[email protected]>
AuthorDate: Mon Nov 26 17:15:43 2018 +0000

    Updated the website built from mesos SHA: 9b889a1.
---
 content/documentation/app-framework-development-guide/index.html        | 2 +-
 content/documentation/latest/app-framework-development-guide/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/documentation/app-framework-development-guide/index.html 
b/content/documentation/app-framework-development-guide/index.html
index 887ab12..35a6d6f 100644
--- a/content/documentation/app-framework-development-guide/index.html
+++ b/content/documentation/app-framework-development-guide/index.html
@@ -179,7 +179,7 @@ resources guaranteed to it, setting a quota ensures that 
Mesos will try its best
 to allocate to satisfy the guarantee.</li>
 <li><strong>Set the minimum allocatable resources</strong>: Once quota is 
used, the
 <code>--min_allocatable_resources</code> flag should be set
-(e.g. <code>--min_allocatable_resources=cpus:1,mem:32:disk:32</code>) to 
prevent offers
+(e.g. <code>--min_allocatable_resources=cpus:0.1,mem:32:disk:32</code>) to 
prevent offers
 that are missing cpu, memory, or disk
 (see <a 
href="https://issues.apache.org/jira/browse/MESOS-8935";>MESOS-8935</a>).</li>
 <li><strong>Consider enabling the random sorter</strong>: Depending on the use 
case, DRF can prove
diff --git 
a/content/documentation/latest/app-framework-development-guide/index.html 
b/content/documentation/latest/app-framework-development-guide/index.html
index 9a28a63..614156a 100644
--- a/content/documentation/latest/app-framework-development-guide/index.html
+++ b/content/documentation/latest/app-framework-development-guide/index.html
@@ -179,7 +179,7 @@ resources guaranteed to it, setting a quota ensures that 
Mesos will try its best
 to allocate to satisfy the guarantee.</li>
 <li><strong>Set the minimum allocatable resources</strong>: Once quota is 
used, the
 <code>--min_allocatable_resources</code> flag should be set
-(e.g. <code>--min_allocatable_resources=cpus:1,mem:32:disk:32</code>) to 
prevent offers
+(e.g. <code>--min_allocatable_resources=cpus:0.1,mem:32:disk:32</code>) to 
prevent offers
 that are missing cpu, memory, or disk
 (see <a 
href="https://issues.apache.org/jira/browse/MESOS-8935";>MESOS-8935</a>).</li>
 <li><strong>Consider enabling the random sorter</strong>: Depending on the use 
case, DRF can prove

Reply via email to