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

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b889a1  Updated '--min_allocatable_resources' recommendation to 0.1 
cpus.
9b889a1 is described below

commit 9b889a10927b13510a1d02e7328925dba3438a0b
Author: Benjamin Mahler <[email protected]>
AuthorDate: Mon Nov 26 11:48:28 2018 -0500

    Updated '--min_allocatable_resources' recommendation to 0.1 cpus.
---
 docs/app-framework-development-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/app-framework-development-guide.md 
b/docs/app-framework-development-guide.md
index 476cc33..8b0e545 100644
--- a/docs/app-framework-development-guide.md
+++ b/docs/app-framework-development-guide.md
@@ -72,7 +72,7 @@ they need when co-existing with other schedulers:
    to allocate to satisfy the guarantee.
 3. **Set the minimum allocatable resources**: Once quota is used, the
    `--min_allocatable_resources` flag should be set
-   (e.g. `--min_allocatable_resources=cpus:1,mem:32:disk:32`) to prevent offers
+   (e.g. `--min_allocatable_resources=cpus:0.1,mem:32:disk:32`) to prevent 
offers
    that are missing cpu, memory, or disk
    (see [MESOS-8935](https://issues.apache.org/jira/browse/MESOS-8935)).
 4. **Consider enabling the random sorter**: Depending on the use case, DRF can 
prove

Reply via email to