BoYiZhang commented on issue #3168:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3168#issuecomment-655951135


   You can configure [ master.properties ]
   such as:
   
   # master execute thread num
   #master.exec.threads=100
   
   # master execute task number in parallel
   #master.exec.task.num=20
   
   
   # master dispatch task number
   #master.dispatch.task.num = 3
   
   
   # only less than cpu avg load, master server can work.  default value -1 : 
the number of cpu cores * 2
   #master.max.cpuload.avg=-1
   
   # only larger than reserved memory, master server can work. default value : 
physical memory * 1/10, unit is G.
   #master.reserved.memory=0.3
   
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to