Skip to content

Commit 35e7f59

Browse files
committed
fix comments
1 parent 230418d commit 35e7f59

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

internal/util/string.go

+1
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ func ConvertSliceToString[T any](slice []T, sep string) string {
887887
}
888888
return strings.Join(str, sep)
889889
}
890+
890891
func FormatMemToMB(data uint64) string {
891892
var B2MBRatio uint64 = 1024 * 1024
892893
if data == 0 {

protos/PublicDefs.proto

-3
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ message RuntimeAttrOfTask {
173173
bool held = 18;
174174
ResourceV2 resources = 19;
175175
double cached_priority = 20;
176-
double alloc_cpus_total = 21;
177-
uint64 alloc_mem_total = 22;
178-
string alloc_device_total = 23;
179176
}
180177

181178
message TaskToD {

0 commit comments

Comments
 (0)