diff --git a/dolphinscheduler-server/src/main/resources/application-worker.yaml b/dolphinscheduler-server/src/main/resources/application-worker.yaml index d7bca0929..d30f86d86 100644 --- a/dolphinscheduler-server/src/main/resources/application-worker.yaml +++ b/dolphinscheduler-server/src/main/resources/application-worker.yaml @@ -28,7 +28,7 @@ worker: # worker host weight to dispatch tasks, default value 100 host-weight: 100 # worker tenant auto create - tenant-auto-create: false + tenant-auto-create: true # worker max cpuload avg, only higher than the system cpu load average, worker server can be dispatched tasks. default value -1: the number of cpu cores * 2 max-cpu-load-avg: -1 # worker reserved memory, only lower than system available memory, worker server can be dispatched tasks. default value 0.3, the unit is G