You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2022/12/13 03:00:27 UTC

[yunikorn-site] branch master updated: [YUNIKORN-1413] Adding maxApplicatin enforcement to Features page (#225)

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

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 1aac025c6 [YUNIKORN-1413] Adding maxApplicatin enforcement to Features page (#225)
1aac025c6 is described below

commit 1aac025c6ae81be6e583f142ac17342ef6fcacd6
Author: Rainie Li <ra...@pinterest.com>
AuthorDate: Tue Dec 13 13:58:57 2022 +1100

    [YUNIKORN-1413] Adding maxApplicatin enforcement to Features page (#225)
    
    Closes: #225
    
    Signed-off-by: Wilfred Spiegelenburg <wi...@apache.org>
---
 versioned_docs/version-1.1.0/get_started/core_features.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/versioned_docs/version-1.1.0/get_started/core_features.md b/versioned_docs/version-1.1.0/get_started/core_features.md
index 8f2258966..6efd8ff38 100644
--- a/versioned_docs/version-1.1.0/get_started/core_features.md
+++ b/versioned_docs/version-1.1.0/get_started/core_features.md
@@ -71,3 +71,6 @@ Throughput is a key criterion to measure scheduler performance. It is critical f
 If throughput is bad, applications may waste time on waiting for scheduling, and further impact service SLAs.
 When the cluster gets bigger, it also means the requirement of higher throughput. The [performance evaluation based on Kube-mark](performance/evaluate_perf_function_with_kubemark.md)
 reveals some perf numbers.
+
+## MaxApplication Enforcement
+MaxApplication enforcement feature allows users to limit the number of running applications for a configured group. This feature is critical in large scale batch workloads. Without this feature, when there are a large number of concurrent jobs launched, they would compete for resources and a certain amount of resources will be wasted, which could lead to job failure. The [partition and Queue configuration](user_guide/queue_config.md) provides configuration examples.
\ No newline at end of file