We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d83c7 commit 336de40Copy full SHA for 336de40
internal/util/string.go
@@ -886,6 +886,7 @@ func FormatMemToMB(data uint64) string {
886
} else {
887
return fmt.Sprintf("%vM", data/B2MBRatio)
888
}
889
+}
890
891
func ConvertSliceToString[T any](slice []T, sep string) string {
892
str := make([]string, len(slice))
protos/PublicDefs.proto
@@ -173,9 +173,6 @@ message RuntimeAttrOfTask {
173
bool held = 18;
174
ResourceV2 resources = 19;
175
double cached_priority = 20;
176
- double alloc_cpus_total = 21;
177
- uint64 alloc_mem_total = 22;
178
- string alloc_device_total = 23;
179
180
181
message TaskToD {
0 commit comments