# Master heart beat task error threshold, if the continuous error count exceed this count, the master will close.
heartbeat-error-threshold:5
# master commit task retry times
task-commit-retry-times:5
# master commit task interval
task-commit-interval:1s
state-wheel-interval:5s
# master max cpuload avg, only higher than the system cpu load average, master server can schedule. default value -1: the number of cpu cores * 2
max-cpu-load-avg:-1
max-cpu-load-avg:50
# master reserved memory, only lower than system available memory, master server can schedule. default value 0.3, the unit is G
reserved-memory:0.3
reserved-memory:0.03
# failover interval
failover-interval:10m
# kill yarn jon when failover taskInstance, default true
@ -159,8 +157,6 @@ worker:
exec-threads:10
# worker heartbeat interval
heartbeat-interval:10s
# Worker heart beat task error threshold, if the continuous error count exceed this count, the worker will close.
heartbeat-error-threshold:5
# worker host weight to dispatch tasks, default value 100
host-weight:100
# tenant corresponds to the user of the system, which is used by the worker to submit the job. If system does not have this user, it will be automatically created after the parameter worker.tenant.auto.create is true.