Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Jan 4, 2023
1 parent 1abbfb9 commit ce0cfec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resourcemanager/rm.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ func NewResourceManger() *ResourceManager {
sc := make([]scheduler.Scheduler, 0, 1)
sc = append(sc, scheduler.NewCPUScheduler())
return &ResourceManager{
poolMap: util.NewShardPoolMap(),

exitCh: make(chan struct{}),
scheduler: sc,
cpuObserver: cpu.NewCPUObserver(),
exitCh: make(chan struct{}),
poolMap: util.NewShardPoolMap(),
scheduler: sc,
}
}

Expand Down

0 comments on commit ce0cfec

Please sign in to comment.