1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2020-05-03 12:02:48 +08:00
parent 98cc8365ec
commit 1adede3751

View File

@@ -202,7 +202,7 @@ func (scheduler *SchedulerFair) Start() {
continue
}
if numberGPU < available {
if numberGPU <= available {
jm := JobManager{}
jm.job = scheduler.queues[q][0]