SbloodyS commented on code in PR #17041:
URL:
https://github.com/apache/dolphinscheduler/pull/17041#discussion_r1980738245
##########
docs/docs/zh/architecture/configuration.md:
##########
@@ -309,10 +309,10 @@ common.properties配置文件目前主要是配置hadoop/s3/yarn/applicationId
| worker.host-weight
| 100 | 派发任务时,worker主机的权重
|
| worker.tenant-auto-create
| true |
租户对应于系统的用户,由worker提交作业.如果系统没有该用户,则在参数worker.tenant.auto.create为true后自动创建。
|
| worker.server-load-protection.enabled
| true | 是否开启系统保护策略
|
-| worker.server-load-protection.max-system-cpu-usage-percentage-thresholds
| 0.7 | worker最大系统cpu使用值,只有当前系统cpu使用值低于最大系统cpu使用值,worker服务才能接收任务.
默认值为0.7: 会使用70%的操作系统CPU |
-| worker.server-load-protection.max-jvm-cpu-usage-percentage-thresholds
| 0.7 | worker最大JVM cpu使用值,只有当前JVM cpu使用值低于最大JVM cpu使用值,worker服务才能接收任务.
默认值为0.7: 会使用70%的JVM CPU |
-| worker.server-load-protection.max-system-memory-usage-percentage-thresholds
| 0.7 | worker最大系统 内存使用值,只有当前系统内存使用值低于最大系统内存使用值,worker服务才能接收任务. 默认值为0.7:
会使用70%的操作系统内存 |
-| worker.server-load-protection.max-disk-usage-percentage-thresholds
| 0.7 | worker最大系统磁盘使用值,只有当前系统磁盘使用值低于最大系统磁盘使用值,worker服务才能接收任务. 默认值为0.7:
会使用70%的操作系统磁盘空间 |
+| worker.server-load-protection.max-system-cpu-usage-percentage-thresholds
| 0.8 | worker最大系统cpu使用值,只有当前系统cpu使用值低于最大系统cpu使用值,worker服务才能接收任务.
默认值为0.7: 会使用70%的操作系统CPU |
Review Comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]