This is an automated email from the ASF dual-hosted git repository.
ccondit 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 1b30b49396 [YUNIKORN-1809] Remove unsupported fractional resource from
queue config example (#312)
1b30b49396 is described below
commit 1b30b49396c91f8a573c0a37f658bcc0fbc35098
Author: Yongjun Zhang <[email protected]>
AuthorDate: Mon Jun 12 15:43:13 2023 -0500
[YUNIKORN-1809] Remove unsupported fractional resource from queue config
example (#312)
Closes: #312
Signed-off-by: Craig Condit <[email protected]>
---
docs/user_guide/queue_config.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user_guide/queue_config.md b/docs/user_guide/queue_config.md
index cb7cde7c32..72f961ce23 100644
--- a/docs/user_guide/queue_config.md
+++ b/docs/user_guide/queue_config.md
@@ -188,7 +188,7 @@ partitions:
maxapplications: 8
resources:
guaranteed:
- {memory: 0.5G, vcore: 5}
+ {memory: 500M, vcore: 5}
max:
{memory: 5G, vcore: 50}
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]