ww1516123 commented on issue #834: 运行工作流定义成功后,在工作流实例中不出现相应的实例
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/834#issuecomment-533383259
 
 
   check your master.properties  and worker.properties
   master.reserved.memory =physical memory * 1/10
   
   ```
   # master execute thread num
   master.exec.threads=100
   
   # master execute task number in parallel
   master.exec.task.number=20
   
   # master heartbeat interval
   master.heartbeat.interval=10
   
   # master commit task retry times
   master.task.commit.retryTimes=5
   
   # master commit task interval
   master.task.commit.interval=100
   
   
   # only less than cpu avg load, master server can work. default value : the 
number of cpu cores * 2
   master.max.cpuload.avg=10
   
   # only larger than reserved memory, master server can work. default value : 
physical memory * 1/10, unit is G.
   master.reserved.memory=1  
   ```
   

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


With regards,
Apache Git Services

Reply via email to