Tencent / caelus

Set of Kubernetes solutions for reusing idle resources of nodes by running extra batch jobs
Other
344 stars 83 forks source link

Some Feedback #41

Closed kom0055 closed 2 years ago

kom0055 commented 2 years ago

37 这次pr, 在pkg/caelus/predict/predict_local.go 文件,

mem := math.Max(memStats.UsageRss-memStats.UsageTotal, 0) mem永远是0, 辛苦确认下是否符合预期

ddongchen commented 2 years ago

@ChenLingPeng 看下?

ChenLingPeng commented 2 years ago

是个错误,已经在 #42 修复