This is an automated email from the ASF dual-hosted git repository.
pbacsko 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 b059665f33 [YUNIKORN-2514] Update documentation about
event.requestCapacity (#435)
b059665f33 is described below
commit b059665f335ee9aa93d26fef7b4a6cc4ce9e50c1
Author: Peter Bacsko <[email protected]>
AuthorDate: Wed Jun 5 14:37:30 2024 +0200
[YUNIKORN-2514] Update documentation about event.requestCapacity (#435)
Closes: #435
Signed-off-by: Peter Bacsko <[email protected]>
---
docs/user_guide/service_config.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/docs/user_guide/service_config.md
b/docs/user_guide/service_config.md
index c5582a4efb..183ffd9b5c 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -667,7 +667,7 @@ event.trackingEnabled: "false"
#### event.ringbufferCapacity
Sets the capacity of the ring buffer which stores Yunikorn generated events.
-Default: `10000`
+Default: `100000`
Example:
```yaml
@@ -694,6 +694,16 @@ Example:
event.maxStreamsPerHost: "5"
```
+#### event.requestCapacity
+Sets the size of the temporary storage (slice) from which the shim publisher
+(which sends pod and node specific K8s events) regularly fetches event objects.
+
+Default: `1000`
+
+Example:
+```yaml
+event.requestCapacity: "500"
+
### Health settings
#### health.checkInterval
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]